HttpClientHandler.SslProtocols Egenskap

Definition

Hämtar eller anger de TLS/SSL-protokoll som används av de HttpClient objekt som hanteras av HttpClientHandler-objektet.

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

Egenskapsvärde

En bitvis kombination av uppräkningsvärdena som anger TLS/SSL-protokollen.

Undantag

endast .NET Framework 4.7.1: Den här egenskapen implementeras inte.

Gäller för