DeletedCertificate Class
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.
A deleted KeyVaultCertificateWithPolicy.
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
Azure SDK for .NET