Module instance
Status: Beta
Brought to you by:
fffbbb
hello,
I'm developing a simple application to sign pdf documents through iTextSharp.
Well, to accomplish that issue now i need to get the private key form may smartcard but I'v not idea how do for.
When I try to achieve a Module instance I don't know which module stirng parameter pass to getInstance method:
Net.Sf.Pkcs11.Module m = Net.Sf.Pkcs11.Module.GetInstance("...what t wants?..");
Maybe I need to some API releaed by my smartcard manufacturer?
I think smartcard crypto tokens will com with crypto service providers.... Please refer to the csp concept and implement as required... I'm sorry if I'm wrong...