WinHttpHandler.SslProtocols プロパティ

定義

クライアントでサポートされている TLS/SSL プロトコルのコレクションを取得または設定します。

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

プロパティ値

クライアントでサポートされている TLS/SSL プロトコルのコレクション。

注釈

既定値は None で、これが推奨される値です。 これにより、オペレーティング システムは、使用する最適なプロトコルを選択し、セキュリティで保護されていないプロトコルをブロックできます。 詳細については、SslProtocolsを参照してください。

適用対象