ClientCertificateRequiredAndValidatedAdvancedSettings.CertificateRevocationCheck 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.
Set to Enabled by default. If set to Disabled, revocation status of client certificate chain will be checked before establishing mutual TLS connection.
public Azure.ResourceManager.Cdn.Models.CertificateRevocationCheckEnabledState? CertificateRevocationCheck { get; set; }
member this.CertificateRevocationCheck : Nullable<Azure.ResourceManager.Cdn.Models.CertificateRevocationCheckEnabledState> with get, set
Public Property CertificateRevocationCheck As Nullable(Of CertificateRevocationCheckEnabledState)