ITlsHandshakeFeature インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 を取得します。 |