ITlsHandshakeFeature インターフェイス

定義

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

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

プロパティ

CipherAlgorithm

CipherAlgorithmType を取得します。

CipherStrength

暗号強度を取得します。

HashAlgorithm

HashAlgorithmType を取得します。

HashStrength

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

HostName

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

KeyExchangeAlgorithm

KeyExchangeAlgorithm を取得します。

KeyExchangeStrength

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

NegotiatedCipherSuite

TlsCipherSuite を取得します。

Protocol

SslProtocols を取得します。

適用対象