Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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