[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Converts from an integer type to WindowsTrust

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
WindowsTrust

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

WindowsTrust^ 
ToWindowsTrust(
	
int 
hint
)

Parameters

hint
Int32

See Also