ApplicationGatewayBackendHttpSettings.IsValidateCertChainAndExpiryEnabled Property
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.
Verify or skip both chain and expiry validations of the certificate on the backend server. Default is set to true.
public bool? IsValidateCertChainAndExpiryEnabled { get; set; }
member this.IsValidateCertChainAndExpiryEnabled : Nullable<bool> with get, set
Public Property IsValidateCertChainAndExpiryEnabled As Nullable(Of Boolean)