HttpClientHandler.SslProtocols Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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.