Base64 encodes the client certificate (if any) and sets it as the header value.
Inheritance
System.Object
RequestHeaderClientCertTransform
Assembly: Yarp.ReverseProxy.dll
public class RequestHeaderClientCertTransform : RequestTransform
Constructors
|
Improve this Doc
View Source
Declaration
public RequestHeaderClientCertTransform(string headerName)
Parameters
Type |
Name |
Description |
System.String |
headerName |
|
Methods
|
Improve this Doc
View Source
Transforms any of the available fields before building the outgoing request.
Declaration
public override ValueTask ApplyAsync(RequestTransformContext context)
Parameters
Returns
Type |
Description |
ValueTask |
|
Overrides