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

CertificateBaseProperties interface

基本证书属性。

属性

format

证书的格式 - Pfx 或 Cer。 如果省略,则默认值为 Pfx。

thumbprint

这必须与名称中的指纹匹配。

thumbprintAlgorithm

这必须与证书名称的第一部分匹配。 当前需要为“SHA1”。

属性详细信息

format

证书的格式 - Pfx 或 Cer。 如果省略,则默认值为 Pfx。

format?: CertificateFormat

属性值

thumbprint

这必须与名称中的指纹匹配。

thumbprint?: string

属性值

string

thumbprintAlgorithm

这必须与证书名称的第一部分匹配。 当前需要为“SHA1”。

thumbprintAlgorithm?: string

属性值

string