次の方法で共有


HttpsConnectionAdapterOptions.SslProtocols プロパティ

定義

許可される SSL プロトコルを指定します。 既定では None 、オペレーティング システムが使用する最適なプロトコルを選択し、セキュリティで保護されていないプロトコルをブロックできます。 アプリに特定の理由がない場合を除き、この既定値を使用する必要があります。

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

プロパティ値

適用対象