다음을 통해 공유


SslServerAuthenticationOptions.EnabledSslProtocols 속성

정의

인증하는 동안 클라이언트 프로토콜 버전과 일치하는 서버에서 사용하는 프로토콜 버전을 나타내는 값을 가져오거나 설정합니다.

public:
 property System::Security::Authentication::SslProtocols EnabledSslProtocols { System::Security::Authentication::SslProtocols get(); void set(System::Security::Authentication::SslProtocols value); };
public System.Security.Authentication.SslProtocols EnabledSslProtocols { get; set; }
member this.EnabledSslProtocols : System.Security.Authentication.SslProtocols with get, set
Public Property EnabledSslProtocols As SslProtocols

속성 값

기본값은 None권장되는 값인 입니다. 자세한 내용은 SslProtocols를 참조하세요.

적용 대상