dotnet / dotnet/systemweb-adapters
Enable HttpRequest.ClientCertificate
Open
- Dominant language
- C#
- Stars
- 384
- Forks
- 76
- Avg merge
- 2h 24m
- Merged PRs (30d)
- 1
Description
## Summary
Code may need access to the client certificate. On ASP.NET Core, this is available through `HttpContext.Connection.ClientCertificate`.
## Motivation and goals
This would enable code that may need access to this to compile against System.Web.
## In scope
- `HttpRequest.ClientCertificate`
- `System.Web.HttpClientCertificate`
Contributor guide
Assessment
This issue has not been assessed yet.