KeyVaultKeyIdentifier Struct

Definition

Information about a KeyVaultKey parsed from a Uri. You can use this information when calling methods of a KeyClient.

public readonly struct KeyVaultKeyIdentifier : IEquatable<Azure.Security.KeyVault.Keys.KeyVaultKeyIdentifier>
type KeyVaultKeyIdentifier = struct
Public Structure KeyVaultKeyIdentifier
Implements IEquatable(Of KeyVaultKeyIdentifier)
Inheritance
KeyVaultKeyIdentifier
Implements

Constructors

KeyVaultKeyIdentifier(Uri)

Creates a new instance of the KeyVaultKeyIdentifier class.

Properties

Name

Gets the name of the key.

SourceId

Gets the source Uri passed to KeyVaultKeyIdentifier(Uri).

VaultUri

Gets the Uri of the Key Vault or Managed HSM.

Version

Gets the optional version of the key.

Methods

Equals(KeyVaultKeyIdentifier)

Indicates whether the current object is equal to another object of the same type.

TryCreate(Uri, KeyVaultKeyIdentifier)

Tries to create a new instance of the KeyVaultKeyIdentifier from the given id.

Applies to