PKCS #7

  • Thread starter Thread starter Govind
  • Start date Start date
G

Govind

Dear All,

I want to implement PKCS #7 using Digital signatures with .NET,
Kindky give me the idea & related resources on this. I am totally blanks on
this topic, I have the Digital Signature. Using this i want to Encrypt and
Decrypt the Mimes. and give me the exact term Signed , Detached &
Verification.

Regards,
Govind.
 
These classes are not yet available in the .NET framework, but will be in
the next release to be available in beta form at the PDC.
 
If COM is an option, CAPICOM 2 has very good support for
CMS/pkcs7 SignedData and EnvelopedData formats:

http://msdn.microsoft.com/library/d.../en-us/security/security/capicom_versions.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/security/using_capicom.asp

If you need more specific pkcs7 functionality, you can use P/Invoke to CryptoAPI:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncapi/html/netcryptoapi.asp

- Michel Gallant
MVP Security

David Cross said:
These classes are not yet available in the .NET framework, but will be in
the next release to be available in beta form at the PDC.

--


David B. Cross [MS]

--
This posting is provided "AS IS" with no warranties, and confers no rights.

http://support.microsoft.com

Govind said:
Dear All,

I want to implement PKCS #7 using Digital signatures with .NET,
Kindky give me the idea & related resources on this. I am totally blanks on
this topic, I have the Digital Signature. Using this i want to Encrypt and
Decrypt the Mimes. and give me the exact term Signed , Detached &
Verification.

Regards,
Govind.
 
Hi ,

Thanks a lot , i want to use P7B certificate to encrypr/decrypt and
signed/verify the data. any example or give some moe links.

Regards,
GOVIND.
 
Dear All,
I have the digital certificate as a file ( .cer or .p7b) format.
I want to load this certificate into the Capicom Store. How i can load
the certificate in to the capicom Component.Becase the Store Object By
default it takes from the local system. Pls help us to solve this
problem .


Regards,
Govind.
 
Dear All,
I have the digital certificate as a file ( .cer or .p7b) format.
I want to load this certificate into the Capicom Store. How i can load
the certificate in to the capicom Component.Becase the Store Object By
default it takes from the local system. Pls help us to solve this
problem .


Regards,
Govind.
 
Back
Top