=======================================================
    Directories and Instruction
=======================================================

EnumObj
List objects in Token by using PKCS#11 API, such as certificate, public key, private key, secret key etc.

-------------------------------------------------------
exportcert
Exporting some attributes from certificates in Token by using PKCS#11 API

-------------------------------------------------------
GetTokenInfo
Sample demonstrates how to get dongle information by using PKCS#11 API

-------------------------------------------------------
GetUSBInfos
Sample demonstrates how to get slot, cryptoki, token information by using PKCS#11 API

-------------------------------------------------------
PKCSDemo
Sample demonstrates how to create RSA key pair and using sign, encrypt, verify and decrypt operations by using PKCS#11 API

-------------------------------------------------------
PKCStest
Generate different types of keys, such as DES/3DES/RC2/RC4/RSA/DSA/DH, by using PKCS#11 API and use them to implement encryption and decryption

-------------------------------------------------------
PKIInit
After get slot ID by using PKCS#11 API, using init_ft12_sc.dll can implement a low-grade formatting operation
NOTE: init_ft12_sc.dll library file must be placed in the same folder as the compiled program. Otherwise, program will prompt "Load init_ft12_sc.dll Error!" error

-------------------------------------------------------
PS: Besides Miscrosoft Visio C++, Please install
Microsoft Platform SDK and copy the include folder
 and lib folder in SDK to the VC's enviroment setting's 
directory (For VC6, it could be set from Tools->Options
in the Directories frame). Then the VC can compile and
link the program correctly.
