RE: Digital Signature
From: David Miller [MSFT] (dmiller_at_online.microsoft.com)
Date: 12/04/03
- Next message: Harini Raghavan \(MSFT\): "Re: Well Known SIDs"
- Previous message: Lionel Gomes: "CreateProcessWithLogonW - LOGON_NETCREDENTIALS_ONLY equivalent on NT4 ?"
- In reply to: Saqib: "Digital Signature"
- Next in thread: anonymous_at_discussions.microsoft.com: "RE: Digital Signature"
- Reply: anonymous_at_discussions.microsoft.com: "RE: Digital Signature"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 4 Dec 2003 10:26:05 -0800
Saqib,
If you use a detached signature, as described in the documentation for CryptSignMessage, at http://msdn.microsoft.com/library/en-us/security/security/cryptsignmessage.asp, then the digital signature, without the message content, will be available to you as the output parameter pbSignedBlob. Is this appropriate for your application?
Thanks,
David Miller
This posting is provided "AS IS" with no warranties, and confers no rights.
----- Saqib wrote: -----
Hi,
Using cryptoAPI, I can sign a messages using
CryptSignMessage. I want to retrieve the digital signature
from that signed message. How do I do that?
Is there any other way of getting the digital signature?
Thanks
Saqib
- Next message: Harini Raghavan \(MSFT\): "Re: Well Known SIDs"
- Previous message: Lionel Gomes: "CreateProcessWithLogonW - LOGON_NETCREDENTIALS_ONLY equivalent on NT4 ?"
- In reply to: Saqib: "Digital Signature"
- Next in thread: anonymous_at_discussions.microsoft.com: "RE: Digital Signature"
- Reply: anonymous_at_discussions.microsoft.com: "RE: Digital Signature"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|