KeyVaultKeyIdentifier Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Applies to
Azure SDK for .NET