CertificateAuthenticationOptions.ValidateCertificateUse 속성

정의

클라이언트 인증 EKU를 통해 클라이언트 인증서가 클라이언트 인증에 적합한지 또는 EKU가 전혀 없는지 여부를 나타내는 플래그입니다. 인증서가 루트 CA에 연결된 경우 체인의 모든 인증서는 클라이언트 인증 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

속성 값

기본값은 true입니다.

적용 대상