Pkcs11Interop / Pkcs11Interop

Managed .NET wrapper for unmanaged PKCS#11 libraries
Apache License 2.0
264 stars 86 forks source link

how to create slot programmatically ? #250

Open yp25 opened 2 weeks ago

yp25 commented 2 weeks ago

I wonder if there is available function to create HSM slots programmatically using Pkcs11Interop. Please advice. Thank you in advance

jariq commented 1 week ago

The PKCS#11 standard does not provide a function for creating new slots. However, your PKCS#11 library vendor may have implemented this feature, so I recommend checking their documentation for further details.