CertificateForwardingMiddleware Class
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.
Middleware that converts a forward header into a client certificate if found.
public ref class CertificateForwardingMiddleware
public class CertificateForwardingMiddleware
type CertificateForwardingMiddleware = class
Public Class CertificateForwardingMiddleware
- Inheritance
-
CertificateForwardingMiddleware
Constructors
CertificateForwardingMiddleware(RequestDelegate, ILoggerFactory, IOptions<CertificateForwardingOptions>) |
Constructor. |
Methods
Invoke(HttpContext) |
Looks for the presence of a CertificateHeader header in the request, if found, converts this header to a ClientCertificate set on the connection. |