DeletedCertificate Class

Definition

public class DeletedCertificate : Azure.Security.KeyVault.Certificates.KeyVaultCertificateWithPolicy
type DeletedCertificate = class
    inherit KeyVaultCertificateWithPolicy
Public Class DeletedCertificate
Inherits KeyVaultCertificateWithPolicy
Inheritance

Properties

Cer

Gets the CER formatted public X509 certificate.

(Inherited from KeyVaultCertificate)
DeletedOn

Gets a DateTimeOffset indicating when the certificate was deleted.

Id

Gets the identifier of the certificate.

(Inherited from KeyVaultCertificate)
KeyId

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

(Inherited from KeyVaultCertificate)
Name

Gets the name of the certificate.

(Inherited from KeyVaultCertificate)
Policy

Gets the current policy for the certificate.

(Inherited from KeyVaultCertificateWithPolicy)
Properties

Gets additional properties of the KeyVaultCertificate.

(Inherited from KeyVaultCertificate)
RecoveryId

Gets the identifier of the deleted certificate.

ScheduledPurgeDate

Gets a DateTimeOffset for when the deleted certificate will be purged.

SecretId

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

(Inherited from KeyVaultCertificate)

Applies to