你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CertificateConfiguration interface
Certificate configuration which consist of non-trusted intermediates and root certificates.
Properties
certificate | Certificate information. |
certificate |
Certificate Password. |
encoded |
Base64 Encoded certificate. |
store |
The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations. |
Property Details
certificate
certificatePassword
Certificate Password.
certificatePassword?: string
Property Value
string
encodedCertificate
Base64 Encoded certificate.
encodedCertificate?: string
Property Value
string
storeName
The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations.
storeName: string
Property Value
string