Re: Trusted Certificates
anonymous_at_discussions.microsoft.com
Date: 04/28/04
- Next message: anonymous_at_discussions.microsoft.com: "Re: Authentication Package/SSPs"
- Previous message: Alexander Grigoriev: "Re: Disable programmatically the "Fast User Switching""
- In reply to: Michel Gallant: "Re: Trusted Certificates"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 27 Apr 2004 21:55:29 -0700
Hi
Thank you very much.
I shall try as you said.
I will tell what am doing.
For signing:-
I will find the certificate with public key from the "My"
store with the subject name.
I will take the take the public key using the GetUserKey
api. Then I export the public key "PUBLICKEYBLOB" to a
buffer and store the buffer in a file.
I sign the file using the the CryptSignHash api and store
this also in the file.
For varifying I use CryptVerifySignature. importing the
public key and the signed hash from the file. I have
succeded upto this much.
Now I have to varify whether the signer is trusted or not.
How do I do that. Is it possible to do that without
modifying what I did till now ?
Thanks in advance
Sandi
- Next message: anonymous_at_discussions.microsoft.com: "Re: Authentication Package/SSPs"
- Previous message: Alexander Grigoriev: "Re: Disable programmatically the "Fast User Switching""
- In reply to: Michel Gallant: "Re: Trusted Certificates"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|