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)

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

適用対象