ITlsConnectionFeature インターフェイス

定義

現在の HTTP 接続に関連付けられている TLS 機能へのアクセスを提供します。

public interface class ITlsConnectionFeature
public interface ITlsConnectionFeature
type ITlsConnectionFeature = interface
Public Interface ITlsConnectionFeature
派生

プロパティ

ClientCertificate

クライアント証明書がある場合は、同期的に取得します。

メソッド

GetClientCertificateAsync(CancellationToken)

クライアント証明書 (存在する場合) を非同期的に取得します。

適用対象