KeyVaultCertificateIdentifier Struct

Definition

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

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

Constructors

KeyVaultCertificateIdentifier(Uri)

Creates a new instance of the KeyVaultCertificateIdentifier class.

Properties

Name

Gets the name of the certificate.

SourceId

Gets the source Uri passed to KeyVaultCertificateIdentifier(Uri).

VaultUri

Gets the Uri of the Key Vault.

Version

Gets the optional version of the certificate.

Methods

Equals(KeyVaultCertificateIdentifier)

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

TryCreate(Uri, KeyVaultCertificateIdentifier)

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

Applies to