Forward client certificates · Issue #27 · aspnet/IISIntegration

If IIS accepts a TLS client certificate then HttpPlatformHandler should forward it on to us. This could be done as a base64 encoded header that is then unpacked by the middleware upon request from ...