你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CertificateProperties interface
证书的属性
属性
certificate | 证书作为 UTF-8 编码的 base 64 字符串。 注意:此属性不会被序列化。 它只能由服务器填充。 |
expiry |
证书到期日期。 注意:此属性不会被序列化。 它只能由服务器填充。 |
not |
证书不早于日期。 注意:此属性不会被序列化。 它只能由服务器填充。 |
provisioning |
最后一个操作的状态。 注意:此属性不会被序列化。 它只能由服务器填充。 |
status | 证书状态。 注意:此属性不会被序列化。 它只能由服务器填充。 |
subject | 证书主题。 注意:此属性不会被序列化。 它只能由服务器填充。 |
thumbprint | 证书指纹。 注意:此属性不会被序列化。 它只能由服务器填充。 |
属性详细信息
certificate
证书作为 UTF-8 编码的 base 64 字符串。 注意:此属性不会被序列化。 它只能由服务器填充。
certificate?: string
属性值
string
expiryUtc
证书到期日期。 注意:此属性不会被序列化。 它只能由服务器填充。
expiryUtc?: Date
属性值
Date
notBeforeUtc
证书不早于日期。 注意:此属性不会被序列化。 它只能由服务器填充。
notBeforeUtc?: Date
属性值
Date
provisioningState
最后一个操作的状态。 注意:此属性不会被序列化。 它只能由服务器填充。
provisioningState?: string
属性值
string
status
证书状态。 注意:此属性不会被序列化。 它只能由服务器填充。
status?: string
属性值
string
subject
证书主题。 注意:此属性不会被序列化。 它只能由服务器填充。
subject?: string
属性值
string
thumbprint
证书指纹。 注意:此属性不会被序列化。 它只能由服务器填充。
thumbprint?: string
属性值
string