共用方式為


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