ForwardedTransformExtensions.WithTransformClientCertHeader Method

Definition

Clones the route and adds the transform which will set the given header with the Base64 encoded client certificate.

public static Yarp.ReverseProxy.Configuration.RouteConfig WithTransformClientCertHeader(this Yarp.ReverseProxy.Configuration.RouteConfig route, string headerName);
static member WithTransformClientCertHeader : Yarp.ReverseProxy.Configuration.RouteConfig * string -> Yarp.ReverseProxy.Configuration.RouteConfig
<Extension()>
Public Function WithTransformClientCertHeader (route As RouteConfig, headerName As String) As RouteConfig

Parameters

route
RouteConfig
headerName
String

Returns

Applies to