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

X509CertificateProperties interface

证书的 X509 组件的属性。

属性

ekus

增强的密钥用法。

keyUsage

密钥用法列表。

subject

主题名称。 应为有效的 X509 可分辨名称。

subjectAlternativeNames

使用者可选名称。

validityInMonths

证书的有效期(以月为单位)。

属性详细信息

ekus

增强的密钥用法。

ekus?: string[]

属性值

string[]

keyUsage

密钥用法列表。

keyUsage?: string[]

属性值

string[]

subject

主题名称。 应为有效的 X509 可分辨名称。

subject?: string

属性值

string

subjectAlternativeNames

使用者可选名称。

subjectAlternativeNames?: CoreSubjectAlternativeNames

属性值

validityInMonths

证书的有效期(以月为单位)。

validityInMonths?: number

属性值

number