|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to - PKCS#7 in c#Hi
I am new to cryptography. Our application is supposed to send out an XML message to an external system. The requirement is to encrypt it with PKCS#7? How do I do this in c# code. I could not find any examples. Thanks in advance. Have you looked at the CMS message stuff in .NET 2.0
(System.Security.Cryptography.Pkcs)? That's how PKCS #7 is supported in ..NET. If you aren't using .NET 2.0, you will have a fair amount of p/invoke to the crypto API or CAPICOM to achieve similar goals. Joe K. -- Show quoteHide quoteJoe Kaplan-MS MVP Directory Services Programming Co-author of "The .NET Developer's Guide to Directory Services Programming" http://www.directoryprogramming.net -- "kplkumar" <kplku***@gmail.com> wrote in message news:1151679805.359224.310010@d56g2000cwd.googlegroups.com... > Hi > > I am new to cryptography. > Our application is supposed to send out an XML message to an external > system. The requirement is to encrypt it with PKCS#7? How do I do this > in c# code. I could not find any examples. > > Thanks in advance. >
At What Point Does the Security Begin?
Certification Authority, code signing, code access AzMan connection problems Programmatically Install Certificate into Windows Certificate Store Kerberos and forms authentication Loading permission sets Deploying Framework 2.0 application to a network location How to: check for firewall blocking? IDentifiy user acl on a folder ???? Proxy server authentication |
|||||||||||||||||||||||