DeletedCertificateBundle Class

Definition

A Deleted Certificate consisting of its previous id, attributes and its tags, as well as information on when it will be purged.

public class DeletedCertificateBundle : Microsoft.Azure.KeyVault.Models.CertificateBundle
type DeletedCertificateBundle = class
    inherit CertificateBundle
Public Class DeletedCertificateBundle
Inherits CertificateBundle
Inheritance
DeletedCertificateBundle

Constructors

DeletedCertificateBundle()

Initializes a new instance of the DeletedCertificateBundle class.

DeletedCertificateBundle(String, String, String, Byte[], CertificatePolicy, Byte[], String, CertificateAttributes, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the DeletedCertificateBundle class.

Properties

Attributes

Gets or sets the certificate attributes.

(Inherited from CertificateBundle)
Cer

Gets or sets CER contents of x509 certificate.

(Inherited from CertificateBundle)
CertificateIdentifier

This is the Id of the certificate.

(Inherited from CertificateBundle)
ContentType

Gets or sets the content type of the secret.

(Inherited from CertificateBundle)
DeletedDate

Gets the time when the certificate was deleted, in UTC

Id

Gets the certificate id.

(Inherited from CertificateBundle)
KeyIdentifier

This is the Id of the key backing the certificate.

(Inherited from CertificateBundle)
Kid

Gets the key id.

(Inherited from CertificateBundle)
Policy

Gets the management policy.

(Inherited from CertificateBundle)
RecoveryId

Gets or sets the url of the recovery object, used to identify and recover the deleted certificate.

RecoveryIdentifier

The identifier of the deleted certificate object. This is used to recover the certificate.

ScheduledPurgeDate

Gets the time when the certificate is scheduled to be purged, in UTC

SecretIdentifier

This is the Id of the secret backing the certificate.

(Inherited from CertificateBundle)
Sid

Gets the secret id.

(Inherited from CertificateBundle)
Tags

Gets or sets application specific metadata in the form of key-value pairs

(Inherited from CertificateBundle)
X509Thumbprint

Gets thumbprint of the certificate.

(Inherited from CertificateBundle)

Methods

Validate()

Validate the object.

Applies to