DeletedCertificateItem Class

Definition

The deleted certificate item containing metadata about the deleted certificate.

public class DeletedCertificateItem : Microsoft.Azure.KeyVault.Models.CertificateItem
type DeletedCertificateItem = class
    inherit CertificateItem
Public Class DeletedCertificateItem
Inherits CertificateItem
Inheritance
DeletedCertificateItem

Constructors

DeletedCertificateItem()

Initializes a new instance of the DeletedCertificateItem class.

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

Initializes a new instance of the DeletedCertificateItem class.

Properties

Attributes

Gets or sets the certificate management attributes.

(Inherited from CertificateItem)
DeletedDate

Gets the time when the certificate was deleted, in UTC

Id

Gets or sets certificate identifier.

(Inherited from CertificateItem)
Identifier

The certificate identifier

(Inherited from CertificateItem)
RecoveryId

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

RecoveryIdentifier

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

ScheduledPurgeDate

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

Tags

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

(Inherited from CertificateItem)
X509Thumbprint

Gets or sets thumbprint of the certificate.

(Inherited from CertificateItem)

Applies to