How can PKCS#11 sign data be verified by CSP ?

From: C (caroonyi_at_yahoo.com)
Date: 06/28/04


Date: Mon, 28 Jun 2004 17:22:59 +0700


    Dear All

    Now I am working on a project which the data must be hashed and signed
by PKCS#11 library. I used function SignInit() and Sign() with CKM_RSA_PKCS
mechanism in this case. Then, I create public blob and import to MS_DEF
provider. I use CryptVerifySignature() to verify the signature, but it fail.
Do you have any solution?

Also note that MS CAPI and PKCS#11 use different endien to represent the
data.

Thank in advanced
/C.Aroonyingmongkol