WinHttpHandler.SslProtocols Egenskap

Definition

Hämtar eller anger samlingen med TLS/SSL-protokoll som stöds av klienten.

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

Samlingen med TLS/SSL-protokoll som stöds av klienten.

Kommentarer

Standardvärdet är None, vilket är det rekommenderade värdet. Det gör att operativsystemet kan välja det bästa protokollet att använda och blockera protokoll som inte är säkra. Mer information finns i SslProtocols.

Gäller för