TlsConnectionFeature 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
的默认实现 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) | 
		 异步检索客户端证书(如果有)。  |