DeletedCertificateItem 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.
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
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) |