WindowsTrust.TrustHint Property

 

Gets or sets the Windows trust hint.

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

Syntax

public int TrustHint { get; set; }
public:
property int TrustHint {
    int get();
    void set(int value);
}
Public Property TrustHint As Integer

Property Value

Type: System.Int32

See Also

WindowsTrust Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top