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

CertificateAttributes 类

定义

证书管理属性。

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

构造函数

CertificateAttributes()

初始化 CertificateAttributes 类的新实例。

CertificateAttributes(Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String)

初始化 CertificateAttributes 类的新实例。

属性

Created

获取 UTC 格式的创建时间。

(继承自 Attributes)
Enabled

获取或设置确定是否启用 对象。

(继承自 Attributes)
Expires

获取或设置 UTC 到期日期。

(继承自 Attributes)
NotBefore

获取或设置不早于 UTC 日期。

(继承自 Attributes)
RecoveryLevel

获取反映了当前保管库中证书当前生效的删除恢复级别。 如果它包含“Purgeable”,则特权用户可以永久删除证书;否则,只有系统才能在保留间隔结束时清除证书。 可能的值包括:“Purgeable”、“Recoverable+Purgeable”、“Recoverable”、“Recoverable+ProtectedSubscription”

Updated

获取 UTC 格式的上次更新时间。

(继承自 Attributes)

适用于