Can not find System.Security.Cryptography.TripleDESCryptoServicePr

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, everybody here.

I am implementing data encryption/decryption, and try to use
System.Security.Cryptography.TripleDESCryptoServiceProvider.

But I can not find it in MS Visual Studio when I wrote code like (C#)
using System.Security.Cryptography.TripleDESCryptoServiceProvider;

Under System.Security.Cryptography, only have X509Certificates.

What can I do about it?

Thank you for your any help.

David
 
Back
Top