TlsConnectionFeature Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Standardimplementierung für 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
- Vererbung
-
TlsConnectionFeature
- Implementiert
Konstruktoren
TlsConnectionFeature() |
Standardimplementierung für TlsConnectionFeature. |
Eigenschaften
ClientCertificate |
Ruft das Clientzertifikat (falls vorhanden) synchron ab. |
Methoden
GetClientCertificateAsync(CancellationToken) |
Ruft das Clientzertifikat (falls vorhanden) asynchron ab. |