OwinFeatureCollection.ITlsConnectionFeature.ClientCertificate Property
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.
property System::Security::Cryptography::X509Certificates::X509Certificate2 ^ Microsoft::AspNetCore::Http::Features::ITlsConnectionFeature::ClientCertificate { System::Security::Cryptography::X509Certificates::X509Certificate2 ^ get(); void set(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ value); };
System.Security.Cryptography.X509Certificates.X509Certificate2 Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature.ClientCertificate { get; set; }
member this.Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature.ClientCertificate : System.Security.Cryptography.X509Certificates.X509Certificate2 with get, set
Property ClientCertificate As X509Certificate2 Implements ITlsConnectionFeature.ClientCertificate