你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeletedCertificateBundle 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个已删除的证书,其中包含其以前的 ID、属性和标记,以及有关何时清除它的信息。
public class DeletedCertificateBundle : Microsoft.Azure.KeyVault.Models.CertificateBundle
type DeletedCertificateBundle = class
inherit CertificateBundle
Public Class DeletedCertificateBundle
Inherits CertificateBundle
- 继承
构造函数
DeletedCertificateBundle() |
初始化 DeletedCertificateBundle 类的新实例。 |
DeletedCertificateBundle(String, String, String, Byte[], CertificatePolicy, Byte[], String, CertificateAttributes, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>) |
初始化 DeletedCertificateBundle 类的新实例。 |
属性
Attributes |
获取或设置证书属性。 (继承自 CertificateBundle) |
Cer |
获取或设置 x509 证书的 CER 内容。 (继承自 CertificateBundle) |
CertificateIdentifier |
这是证书的 ID。 (继承自 CertificateBundle) |
ContentType |
获取或设置机密的内容类型。 (继承自 CertificateBundle) |
DeletedDate |
获取删除证书的时间(UTC) |
Id |
获取证书 ID。 (继承自 CertificateBundle) |
KeyIdentifier |
这是支持证书的密钥的 ID。 (继承自 CertificateBundle) |
Kid |
获取密钥 ID。 (继承自 CertificateBundle) |
Policy |
获取管理策略。 (继承自 CertificateBundle) |
RecoveryId |
获取或设置恢复对象的 URL,用于标识和恢复已删除的证书。 |
RecoveryIdentifier |
已删除证书对象的标识符。 这用于恢复证书。 |
ScheduledPurgeDate |
获取计划清除证书的时间(UTC) |
SecretIdentifier |
这是支持证书的机密的 ID。 (继承自 CertificateBundle) |
Sid |
获取机密 ID。 (继承自 CertificateBundle) |
Tags |
以键值对的形式获取或设置特定于应用程序的元数据 (继承自 CertificateBundle) |
X509Thumbprint |
获取证书的指纹。 (继承自 CertificateBundle) |
方法
Validate() |
验证 对象。 |