Re: CAPICOM.EnvelopedData decrypt: where to put certificate?
From: ralpher (ralpher.1r1ux2_at_mail.webservertalk.com)
Date: 06/22/05
- Next message: Imhotep: "Black Market personal information thriving on the Internet"
- Previous message: Christian Castro, MCSE, CCNP: "RE: School district and creative way to handle student passwords ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 22 Jun 2005 14:24:05 -0500
The EnvelopedData.Decrypt command shows such error message when the
private key of the Certificate is not accessible either because the
certificate is not well installed or it is corrupt.
To see this you may add this code to your program>
if Certificate.PrivateKey.IsAccessible = true then
Alert("The private Key is Accesible")
else
Alert("The private Key is not Accesible")
end if
This code comes with CAPICOM package from microsoft (SDK Downloads)
Try re-installing the certificate without checking any extra security
box the process shows you and check your private key is accessible
before anything else.
I fixed the same problem this way.
regards.
-- ralpher ------------------------------------------------------------------------ Posted via http://www.webservertalk.com ------------------------------------------------------------------------ View this thread: http://www.webservertalk.com/message316097.html
- Next message: Imhotep: "Black Market personal information thriving on the Internet"
- Previous message: Christian Castro, MCSE, CCNP: "RE: School district and creative way to handle student passwords ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|