WindowsTrust Implicit Conversion (Int32 to WindowsTrust)

 

Converts from an integer type to WindowsTrust.

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

Syntax

public static implicit operator WindowsTrust (
    int hint
)
public:
static operator WindowsTrust^ (
    int hint
)
Public Shared Widening Operator CType (
    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