pkcs specification dll

7/7/2013 8:52:29 AM
Gravatar
Total Posts 7

pkcs specification dll

hi

i have a token , when i want to use Cryptoki() method  i don't know to write the path of  which .dll file . i installed 2 programs that is my token's package, how can i detect this file ??

i write the path of one dll i think that was but i face "Error n. -1879048194" error. please help me!!!

thanks ,

7/8/2013 5:30:52 PM
Gravatar
Total Posts 300
Ugo Chirico http://www.ugochirico.com

Re: pkcs specification dll

Hi

the list of all errors is in our wiki:

http://wiki.ncryptoki.com/How-NCryptoki-manages-PKCS-11-errors.ashx

the error -1879048194 is 0x8FFFFFFE and means:

CKR_NCRYPTOKIMNGD_NOT_FOUND

i.e. you didn't copy the dll NCryptokiMngd.dll in your working directory or in System32 or in the GAC.

 

 

7/8/2013 9:51:26 PM
Gravatar
Total Posts 7

Re: pkcs specification dll

hello dear ugo

thank you so much for your response.