KeyItem.Identifier Property

 

Gets the identifier for the key item.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

public KeyIdentifier Identifier { get; }
public:
property KeyIdentifier^ Identifier {
    KeyIdentifier^ get();
}
member Identifier : KeyIdentifier with get
Public ReadOnly Property Identifier As KeyIdentifier

Property Value

Type: Microsoft.Azure.KeyVault.KeyIdentifier

The identifier for the key item.

See Also

KeyItem Class
Microsoft.Azure.KeyVault Namespace

Return to top