Skip to content
Docs Try Aspire

withTransformClientCertHeader

Function
📦 Aspire.Hosting.Yarp v13.2.0-preview.1.26159.1
interface YarpRoute {
// ... omitted for brevity
withTransformClientCertHeader(headerName: string): YarpRoute;
}

Signature

method withTransformClientCertHeader
Adds the transform which will set the given header with the Base64 encoded client certificate.
withTransformClientCertHeader(headerName: string): YarpRoute
headerName string
YarpRoute

Applies to

This function is an extension method on the following types: