SslServerAuthenticationOptions.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 をご覧ください。

適用対象