SslClientHelloInfo(String, SslProtocols) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SslClientHelloInfoの新しいインスタンスを初期化します。
public:
SslClientHelloInfo(System::String ^ serverName, System::Security::Authentication::SslProtocols sslProtocols);
public SslClientHelloInfo(string serverName, System.Security.Authentication.SslProtocols sslProtocols);
new System.Net.Security.SslClientHelloInfo : string * System.Security.Authentication.SslProtocols -> System.Net.Security.SslClientHelloInfo
Public Sub New (serverName As String, sslProtocols As SslProtocols)
パラメーター
- serverName
- String
クライアントによって指定されたホスト サーバーの値。
- sslProtocols
- SslProtocols
クライアントによって提供される TLS/SSL プロトコル。