C sign/verify sample
Initialize, enumerate slots, login, find key, sign, verify and cleanup.
Open →PKCS#11 SAMPLES
The package includes illustrative C source and build files. Link them only against the approved header/library from a controlled release.
02
C_GetFunctionList → C_Initialize → C_GetSlotList
→ C_OpenSession → C_Login → C_FindObjects*
→ C_SignInit → C_Sign → C_VerifyInit → C_Verify
→ C_Logout → C_CloseSession → C_Finalize