Udostępnij za pośrednictwem


TrustedRootKey.Key Property

 

Gets or sets the trusted root key.

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

Syntax

public string Key { get; set; }
public:
property String^ Key {
    String^ get();
    void set(String^ value);
}
Public Property Key As String

Property Value

Type: System.String

See Also

TrustedRootKey Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top