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

CertificateCreateOrUpdateProperties interface

用于创建操作的证书属性

Extends

属性

data

最大大小为 10KB。

password

如果证书格式为 Cer,则不得指定此项。

继承属性

format

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

thumbprint

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

thumbprintAlgorithm

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

属性详细信息

data

最大大小为 10KB。

data: string

属性值

string

password

如果证书格式为 Cer,则不得指定此项。

password?: string

属性值

string

继承属性详细信息

format

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

format?: CertificateFormat

属性值

继承自CertificateBaseProperties.format

thumbprint

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

thumbprint?: string

属性值

string

继承自CertificateBaseProperties.thumbprint

thumbprintAlgorithm

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

thumbprintAlgorithm?: string

属性值

string

继承自CertificateBaseProperties.thumbprintAlgorithm