영어로 읽기 편집

다음을 통해 공유


WinHttpHandler.SslProtocols Property

Definition

Gets or sets the collection of TLS/SSL protocols supported by the client.

public System.Security.Authentication.SslProtocols SslProtocols { get; set; }

Property Value

The collection of TLS/SSL protocols supported by the client.

Remarks

The default value is None, which is the recommended value. It allows the operating system to choose the best protocol to use, and to block protocols that are not secure. For more information, see SslProtocols.

Applies to

제품 버전
.NET Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)