KeyVaultCertificate Class

Definition

An Azure Key Vault certificate.

public class KeyVaultCertificate
type KeyVaultCertificate = class
Public Class KeyVaultCertificate
Inheritance
KeyVaultCertificate
Derived

Properties

Cer

Gets the CER formatted public X509 certificate.

Id

Gets the identifier of the certificate.

KeyId

Gets the identifier of the Key Vault Key backing the certificate.

Name

Gets the name of the certificate.

Properties

Gets additional properties of the KeyVaultCertificate.

SecretId

Gets the identifier of the Key Vault Secret which contains the PEM of PFX formatted content of the certificate and its private key.

Applies to