Menu
  • HOME
  • TAGS

Change PIN of a Gemalto Smartcard through a script

smartcard,gemalto

You should be able to change PIN via unmanaged PKCS#11 API that can be easily accessed from C# with a managed .NET wrapper called Pkcs11Interop which I am the author of. Here is the code sample that may help you get started: using Net.Pkcs11Interop.Common; using Net.Pkcs11Interop.HighLevelAPI; namespace ConsoleApplication { class...