Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
hint
Type: System.Int32Windows trust hint.
Return Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.WindowsTrust
See Also
WindowsTrust Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top