Share via


WindowsTrust.ToWindowsTrust Method (Int32)

 

Converts from an integer type to WindowsTrust.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public static WindowsTrust ToWindowsTrust(
    int hint
)
public:
static WindowsTrust^ ToWindowsTrust(
    int hint
)
Public Shared Function ToWindowsTrust (
    hint As Integer
) As WindowsTrust

Parameters

Return Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.WindowsTrust

See Also

WindowsTrust Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top