We have to use the Gemalto IDPrime .Net card Smartcard. We get these USB Dongles and have to change the PIN.
Gemalto says via windows:
From the Start menu, choose Run and type PINTool. Insert a IDPrime .Net card in the reader as prompted, and click OK. The change PIN interface appears Enter the old PIN (the default PIN value is 0000), the new PIN and confirm the new PIN. Click on Change Pin
http://support.gemalto.com/index.php?id=how_to_change_pin_in_a_idprime#.VWYTWUa8rV8
This works, but I want to set a new PIN/password via powershell or c#, i. e. under control of a program. How to do that or is impossible?
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: