OwinFeatureCollection.ITlsConnectionFeature.GetClientCertificateAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
參數
- cancellationToken
- CancellationToken