WinHttpHandler.SslProtocols Eigenschap

Definitie

Hiermee haalt u de verzameling TLS/SSL-protocollen op die door de client worden ondersteund of stelt u deze in.

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

De verzameling TLS/SSL-protocollen die door de client worden ondersteund.

Opmerkingen

De standaardwaarde is None, wat de aanbevolen waarde is. Hiermee kan het besturingssysteem het beste protocol kiezen dat moet worden gebruikt en protocollen blokkeren die niet beveiligd zijn. Zie SslProtocols voor meer informatie.

Van toepassing op