SslServerAuthenticationOptions.EnabledSslProtocols Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die protocolversies vertegenwoordigt die door de server worden gebruikt, zodat deze overeenkomen met de clientprotocolversie tijdens verificatie.

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

Waarde van eigenschap

De standaardwaarde is None, wat de aanbevolen waarde is. Zie SslProtocols voor meer informatie.

Van toepassing op