CertificateForwardingMiddleware Class

Definition

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.

Applies to