HttpClientHandler.SslProtocols Eigenschaft

Definition

Dient zum Abrufen oder Festlegen der TLS/SSL-Protokolle, die von den Objekten verwendet werden, die HttpClient vom HttpClientHandler -Objekt verwaltet werden.

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

Eigenschaftswert

Eine bitweise Kombination der Enumerationswerte, die die TLS/SSL-Protokolle angeben.

Ausnahmen

nur .NET Framework 4.7.1: Diese Eigenschaft ist nicht implementiert.

Gilt für: