TlsConnectionFeature Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default implementation for 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
- Inheritance
-
TlsConnectionFeature
- Implements
Constructors
TlsConnectionFeature() |
Properties
ClientCertificate |
Synchronously retrieves the client certificate, if any. |
Methods
GetClientCertificateAsync(CancellationToken) |
Asynchronously retrieves the client certificate, if any. |