HttpsTransportBindingElement.RequireClientCertificate 屬性

定義

取得或設定值,這個值會指出是否需要 SSL 用戶端憑證。

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

屬性值

Boolean

如果需要 SSL 用戶端驗證,則為 true,否則為 false。 預設為 false

適用於