다음을 통해 공유


SslStreamSecurityBindingElement.RequireClientCertificate 속성

정의

이 바인딩에 클라이언트 인증서가 필요한지 여부를 지정하는 값을 가져오거나 설정합니다.

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

속성 값

이 바인딩에 클라이언트 인증서가 필요하면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

적용 대상