Share via


KeyOpResponseMessage.Identifier Property

 

Gets the key identifier for the operation response message.

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 key identifier for the operation response message.

See Also

KeyOpResponseMessage Class
Microsoft.Azure.KeyVault Namespace

Return to top