通过


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

CertificateConfiguration interface

证书配置,由不受信任的中间证书和根证书组成。

属性

certificate

证书信息。

certificatePassword

证书密码。

encodedCertificate

Base64 编码证书。

storeName

System.Security.Cryptography.x509certificates.StoreName 证书存储位置。 只有 Root 和 CertificateAuthority 是有效位置。

属性详细信息

certificate

证书信息。

certificate?: CertificateInformation

属性值

certificatePassword

证书密码。

certificatePassword?: string

属性值

string

encodedCertificate

Base64 编码证书。

encodedCertificate?: string

属性值

string

storeName

System.Security.Cryptography.x509certificates.StoreName 证书存储位置。 只有 Root 和 CertificateAuthority 是有效位置。

storeName: string

属性值

string