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
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