Share via


ManagementPack.KeyToken Property

Definition

Gets the key token that was used to seal the management pack.

public:
 property System::String ^ KeyToken { System::String ^ get(); };
[Microsoft.EnterpriseManagement.Configuration.CriteriaPropertyMapping("KeyToken")]
public string KeyToken { get; }
member this.KeyToken : string
Public ReadOnly Property KeyToken As String

Property Value

A string representing the public key token, which is the last eight bytes of the SHA-1 hash of the key under which the item is signed. Null is returned for unsealed management packs.

Attributes

Remarks

The KeyToken property is set internally only.

Applies to