SslServerAuthenticationOptions.EnabledSslProtocols Egenskap

Definition

Hämtar eller anger ett värde som representerar protokollversioner som används av servern för att matcha klientprotokollversionen under autentiseringen.

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

Egenskapsvärde

Standardvärdet är None, vilket är det rekommenderade värdet. Mer information finns i SslProtocols.

Gäller för