다음을 통해 공유


QuicClientConnectionOptions.ClientAuthenticationOptions 속성

정의

새 연결을 설정할 때 사용할 클라이언트 인증 옵션을 가져오거나 설정합니다.

public:
 property System::Net::Security::SslClientAuthenticationOptions ^ ClientAuthenticationOptions { System::Net::Security::SslClientAuthenticationOptions ^ get(); void set(System::Net::Security::SslClientAuthenticationOptions ^ value); };
public System.Net.Security.SslClientAuthenticationOptions ClientAuthenticationOptions { get; set; }
member this.ClientAuthenticationOptions : System.Net.Security.SslClientAuthenticationOptions with get, set
Public Property ClientAuthenticationOptions As SslClientAuthenticationOptions

속성 값

설명

이 속성은 필수이며 설정하지 않으면 연결을 설정할 때 유효성 검사 오류가 발생합니다.

적용 대상