Hi,
You will find following URL useful:
[1]
http://aspalliance.com/536_NET_And_Triple_DES_Security
[2]http://msdn2.microsoft.com/en-us/library/system.security.cryptography.tripledescryptoservic eprovider.aspx
Thanks and Regards,
Manish Bafna.
MCP and MCTS.
"david" wrote:
> Hi, everybody here.
>
> I am implementing data encryption/decryption, and try to use
> System.Security.Cryptography.TripleDESCryptoServic eProvider.
>
> But I can not find it in MS Visual Studio when I wrote code like (C#)
> using System.Security.Cryptography.TripleDESCryptoServic eProvider;
>
> Under System.Security.Cryptography, only have X509Certificates.
>
> What can I do about it?
>
> Thank you for your any help.
>
> David