CertificateForwardingMiddleware.Invoke(HttpContext) Method

Definition

Looks for the presence of a CertificateHeader header in the request, if found, converts this header to a ClientCertificate set on the connection.

public:
 System::Threading::Tasks::Task ^ Invoke(Microsoft::AspNetCore::Http::HttpContext ^ httpContext);
public System.Threading.Tasks.Task Invoke (Microsoft.AspNetCore.Http.HttpContext httpContext);
member this.Invoke : Microsoft.AspNetCore.Http.HttpContext -> System.Threading.Tasks.Task
Public Function Invoke (httpContext As HttpContext) As Task

Parameters

httpContext
HttpContext

The HttpContext.

Returns

A Task.

Applies to