=======================================================
    Directories and Instruction
=======================================================
-------------------------------------------------------
AuthFingerPrint
Using two interfaces to perform the verification by calling PKCS#11
One interface is coming from PKCS#11 and the other is user defined interface

-------------------------------------------------------
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

-------------------------------------------------------
FormatKey
Format the Token to reassign the sizes of public area and private area, reset the 
PIN retry times and the RSA key pair amount

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


-------------------------------------------------------
GetVerifyPassID
Get fingerprintID after the verification

-------------------------------------------------------
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


NOTE: 
To compile, link and execute the samples correctly, please:
1) Install Miscrosoft Visual C++ IDE
2) Install Microsoft Platform SDK
3) Add "include" folder and "lib" folder of Microsoft
   Platform SDK to the environment settings of Miscrosoft
   Visual C++ IDE.
   For Miscrosoft Visual C++ 6.0, please set it by enter
   Tools->Options in the Directories
