Newbie request for advise.
I have a task to develoop C# (VB.NET) service class (library) for storing/extractin user's passwords in/from Aladdin eToken devices.
Advise me any:
- walkthroughs, tutorials
- forums, discussions
- code sample(s), examples
I googled but couldn't find anything helpful for starting coding.
"eToken PKI Developer’s Guide (Windows) Version 5.0 Revision B" has only 2 phrases on .NET:
1)
"Developing in Non-C/C++ Environments Both CAPI and PKCS#11 are C-style APIs. It is easy to use them from C/C++ programs. However, there are many other programming technologies available for MS Windows developers, such as:
.NET"
and
2)
"Writing Wrapper Objects
The alternate solution (for either programming environment) is to write a wrapper object that answers the particular needs of the application. Depending on these needs, the wrapper object may be a .NET assembly object, an ActiveX object or something else."