Does NCryptoki support special Characters e.g. ä ü ö as part of the SmartCard PIN?
Kind regards,
Sebastian
Hi Sebastian,
the answer is Yes. NCryptoki supports special characters in the PIN.
You should use the method
Session.Login(int type, byte[] PIN)
by passing your PIN with special chars as byte array.
Regards,
Ugo
Hi Ugo,
That's great. What kind of Text-Encoding would I have to use for the string to byte[] conversion?