BackendTlsProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties controlling TLS Certificate Validation.
public class BackendTlsProperties
type BackendTlsProperties = class
Public Class BackendTlsProperties
- Inheritance
-
BackendTlsProperties
Constructors
BackendTlsProperties() |
Initializes a new instance of the BackendTlsProperties class. |
BackendTlsProperties(Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the BackendTlsProperties class. |
Properties
ValidateCertificateChain |
Gets or sets flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host. |
ValidateCertificateName |
Gets or sets flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host. |
Applies to
Azure SDK for .NET