CertificateAuthenticationOptions.ValidateCertificateUse 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.
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
.