BackendTlsProperties Class

Definition

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