CertificateAuthenticationOptions.ValidateCertificateUse Property

Definition

Flag indicating whether the client certificate must be suitable for client authentication, either via the Client Authentication EKU, or having no EKUs at all. If the certificate chains to a root CA all certificates in the chain must be validated for the client authentication EKU.

public:
 property bool ValidateCertificateUse { bool get(); void set(bool value); };
public bool ValidateCertificateUse { get; set; }
member this.ValidateCertificateUse : bool with get, set
Public Property ValidateCertificateUse As Boolean

Property Value

Defaults to true.

Applies to