HttpClientHandler.SslProtocols プロパティ

定義

HttpClientHandler オブジェクトによって管理される HttpClient オブジェクトによって使用される 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 プロトコルを指定する列挙値のビットごとの組み合わせ。

例外

.NET Framework 4.7.1 のみ: このプロパティは実装されていません。

適用対象