Smartcard PIN with "Umlauts" e.g. äüö

2/6/2012 9:30:07 AM
Gravatar
Total Posts 3

Smartcard PIN with "Umlauts" e.g. äüö

Does NCryptoki support special Characters e.g. ä ü ö as part of the SmartCard PIN?

 

Kind regards,

Sebastian

2/6/2012 10:29:11 AM
Gravatar
Total Posts 300
Ugo Chirico http://www.ugochirico.com

Re: Smartcard PIN with "Umlauts" e.g. äüö

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

2/6/2012 10:34:54 AM
Gravatar
Total Posts 3

Re: Smartcard PIN with "Umlauts" e.g. äüö

Hi Ugo,

 

That's great. What kind of Text-Encoding would I have to use for the string to byte[] conversion?

 

Kind regards, 

Sebastian