你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeletedCertificateItem 类

定义

包含有关已删除证书的元数据的已删除证书项。

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

构造函数

DeletedCertificateItem()

初始化 DeletedCertificateItem 类的新实例。

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

初始化 DeletedCertificateItem 类的新实例。

属性

Attributes

获取或设置证书管理属性。

(继承自 CertificateItem)
DeletedDate

获取删除证书的时间(UTC)

Id

获取或设置证书标识符。

(继承自 CertificateItem)
Identifier

证书标识符

(继承自 CertificateItem)
RecoveryId

获取或设置恢复对象的 URL,该对象用于标识和恢复已删除的证书。

RecoveryIdentifier

已删除的机密对象的标识符。 这用于恢复机密。

ScheduledPurgeDate

获取计划清除证书的时间(UTC)

Tags

获取或设置键值对形式的特定于应用程序的元数据。

(继承自 CertificateItem)
X509Thumbprint

获取或设置证书的指纹。

(继承自 CertificateItem)

适用于