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)

Асинхронно извлекает сертификат клиента, если он есть.

Применяется к