OwinFeatureCollection.ITlsConnectionFeature.GetClientCertificateAsync Method
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.
virtual System::Threading::Tasks::Task<System::Security::Cryptography::X509Certificates::X509Certificate2 ^> ^ Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature.GetClientCertificateAsync(System::Threading::CancellationToken cancellationToken) = Microsoft::AspNetCore::Http::Features::ITlsConnectionFeature::GetClientCertificateAsync;
System.Threading.Tasks.Task<System.Security.Cryptography.X509Certificates.X509Certificate2> ITlsConnectionFeature.GetClientCertificateAsync (System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature.GetClientCertificateAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Security.Cryptography.X509Certificates.X509Certificate2>
override this.Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature.GetClientCertificateAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Security.Cryptography.X509Certificates.X509Certificate2>
Function GetClientCertificateAsync (cancellationToken As CancellationToken) As Task(Of X509Certificate2) Implements ITlsConnectionFeature.GetClientCertificateAsync
Parameters
- cancellationToken
- CancellationToken