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

BackendTlsProperties interface

Properties controlling TLS Certificate Validation.

Properties

validateCertificateChain

Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.

validateCertificateName

Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.

Property Details

validateCertificateChain

Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.

validateCertificateChain?: boolean

Property Value

boolean

validateCertificateName

Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.

validateCertificateName?: boolean

Property Value

boolean