CertificateAuthenticationOptions.ValidateCertificateUse 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
旗標,指出用戶端憑證是否必須適合用戶端驗證,無論是透過用戶端驗證 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
。