ITlsHandshakeFeature インターフェイス

定義

TLS ハンドシェイクに関する詳細を表します。

public interface class ITlsHandshakeFeature
public interface ITlsHandshakeFeature
type ITlsHandshakeFeature = interface
Public Interface ITlsHandshakeFeature

プロパティ

名前 説明
CipherAlgorithm
古い.

CipherAlgorithmType を取得します。

CipherStrength
古い.

暗号強度を取得します。

Exception

TLS ハンドシェイク中に発生した例外 (存在する場合) を取得します。 null ハンドシェイクが成功したか、まだ完了していない場合。

HashAlgorithm
古い.

HashAlgorithmType を取得します。

HashStrength
古い.

ハッシュ強度を取得します。

HostName

クライアント hello の "server_name" (SNI) 拡張機能 (存在する場合) からホスト名を取得します。 RFC 6066 を参照してください。

KeyExchangeAlgorithm
古い.

ExchangeAlgorithmType を取得します。

KeyExchangeStrength
古い.

キー交換アルゴリズムの強度を取得します。

NegotiatedCipherSuite

TlsCipherSuite を取得します。

Protocol

SslProtocols を取得します。

適用対象