HttpClientHandler.SslProtocols Eigenschap

Definitie

Hiermee worden de TLS/SSL-protocollen opgehaald of ingesteld die worden gebruikt door de HttpClient objecten die worden beheerd door het HttpClientHandler-object.

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

Waarde van eigenschap

Een bitsgewijze combinatie van de opsommingswaarden die de TLS/SSL-protocollen opgeven.

Uitzonderingen

.NET Framework 4.7.1 alleen: deze eigenschap is niet geïmplementeerd.

Van toepassing op