TlsConnectionFeature 类

定义

的默认实现 TlsConnectionFeature

public ref class TlsConnectionFeature : Microsoft::AspNetCore::Http::Features::ITlsConnectionFeature
public class TlsConnectionFeature : Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature
type TlsConnectionFeature = class
    interface ITlsConnectionFeature
Public Class TlsConnectionFeature
Implements ITlsConnectionFeature
继承
TlsConnectionFeature
实现

构造函数

TlsConnectionFeature()

的默认实现 TlsConnectionFeature

属性

ClientCertificate

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

方法

GetClientCertificateAsync(CancellationToken)

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

适用于