KeyBundle.KeyIdentifier Property
Gets the key identifier.
Namespace: Microsoft.Azure.KeyVault
Assembly: Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)
Syntax
public KeyIdentifier KeyIdentifier { get; }
public:
property KeyIdentifier^ KeyIdentifier {
KeyIdentifier^ get();
}
member KeyIdentifier : KeyIdentifier with get
Public ReadOnly Property KeyIdentifier As KeyIdentifier
Property Value
Type: Microsoft.Azure.KeyVault.KeyIdentifier
The key identifier.
See Also
KeyBundle Class
Microsoft.Azure.KeyVault Namespace
Return to top