SslClientAuthenticationOptions.EnabledSslProtocols プロパティ

定義

認証中にクライアントからサーバーに提供されるプロトコルのバージョンを表す値を取得または設定します。

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

プロパティ値

既定値は です None。これは推奨される値です。 詳細については、「SslProtocols」を参照してください。

適用対象