You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
usingSystem.Security.Cryptography.X509Certificates;usingSystem.Threading.Tasks;usingMicrosoft.Framework.Runtime;namespaceMicrosoft.AspNet.HttpFeature{[AssemblyNeutral]publicinterfaceIHttpClientCertificateFeature{// For sync access to the cert or assignmentX509CertificateClientCertificate{get;set;}// For async access to the certTask<X509Certificate>GetClientCertificateAsync();}}
The text was updated successfully, but these errors were encountered:
davidfowl
changed the title
IHttpTransportLayerSecurityFeature
IHttpTransportLayerSecurityFeature is just bizzare
Jun 10, 2014
Should be renamed:
The text was updated successfully, but these errors were encountered: