你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeletedCertificate 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public class DeletedCertificate : Azure.Security.KeyVault.Certificates.KeyVaultCertificateWithPolicy
type DeletedCertificate = class
inherit KeyVaultCertificateWithPolicy
Public Class DeletedCertificate
Inherits KeyVaultCertificateWithPolicy
- 继承
属性
Cer |
获取 CER 格式的公共 X509 证书。 (继承自 KeyVaultCertificate) |
DeletedOn |
获取一个 DateTimeOffset ,指示何时删除证书。 |
Id |
获取证书的标识符。 (继承自 KeyVaultCertificate) |
KeyId |
获取支持证书的密钥保管库密钥的标识符。 (继承自 KeyVaultCertificate) |
Name |
获取证书的名称。 (继承自 KeyVaultCertificate) |
Policy |
获取证书的当前策略。 (继承自 KeyVaultCertificateWithPolicy) |
Properties |
获取 的其他 KeyVaultCertificate属性。 (继承自 KeyVaultCertificate) |
RecoveryId |
获取已删除证书的标识符。 |
ScheduledPurgeDate |
DateTimeOffset获取用于何时清除已删除的证书的 。 |
SecretId |
获取包含证书的 PFX 格式内容的 PEM 及其私钥的密钥保管库机密的标识符。 (继承自 KeyVaultCertificate) |