ForwardedTransformExtensions.WithTransformClientCertHeader Method
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.
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