Pkcs11Interop / Pkcs11Interop.X509Store

Easy to use PKCS#11 based X.509 certificate store
Apache License 2.0
32 stars 18 forks source link

Add code sample for `CmsSigner` with custom `AsymmetricAlgorithm` #22

Closed jariq closed 2 years ago

jariq commented 2 years ago

It seems that SignedCms class has been improved in .NET Core 3.0 and thanks to the new constructor it should now be able to use Pkcs11Interop.X509Store. Let's add code sample that will test this feature.