ITlsConnectionFeature 接口

定义

提供对与当前 HTTP 连接关联的 TLS 功能的访问权限。

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

属性

ClientCertificate

同步检索客户端证书(如果有)。

方法

GetClientCertificateAsync(CancellationToken)

异步检索客户端证书(如果有)。

适用于