Re: How to call the SignedData.Verify method
From: Shawn Corey [MSFT] (shawncor_at_online.microsoft.com)
Date: 02/12/04
- Next message: Shawn Corey [MSFT]: "Re: PKCS7 & Capi"
- Previous message: flor_lai: "View Certificate Service Database"
- In reply to: Sahil: "How to call the SignedData.Verify method"
- Next in thread: Michel Gallant: "Re: How to call the SignedData.Verify method"
- Reply: Michel Gallant: "Re: How to call the SignedData.Verify method"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 12 Feb 2004 11:31:22 -0800
For verifying you do not usually have to set the content, it will be set
after the verify is complete. For verifying signed data just call verify
something like this oSignedData.Verify data. If the verify can successfully
decode the data then the content will be filled with the data that was
signed.
Here is the link to the CAPICOM MSDN docs:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/Security/capicom_reference.asp
-- This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm "Sahil" <ffREMOVETHIS2@hotmail.com> wrote in message news:eqph8HT8DHA.2392@TK2MSFTNGP11.phx.gbl... > Hello all, > How do one call the verify method of SignedData Capicom object? > > if i need to verify pkcs7 file. what exactly do i've to set content property > to ? > > thanks > > >
- Next message: Shawn Corey [MSFT]: "Re: PKCS7 & Capi"
- Previous message: flor_lai: "View Certificate Service Database"
- In reply to: Sahil: "How to call the SignedData.Verify method"
- Next in thread: Michel Gallant: "Re: How to call the SignedData.Verify method"
- Reply: Michel Gallant: "Re: How to call the SignedData.Verify method"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|