Closed fliot closed 2 months ago
Thansk @jariq I understand default .NET platform specific TLS options make it impossible. Do you know some TLS in C# pure implementation which enable HSM/PKCS11 based mutual TLS communication ? Even with lower performance, but exclusively in C# ?
AFAIK Bouncy Castle implements TLS stack in pure C#. It won't support PKCS#11 out of the box but it should be possible to extend it.
Is there a way to use this X509Store for a TLS communication and to handle an HSM /PKCS11 based mutual TLS communication ?