你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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