Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Can not find System.Security.Cryptography.TripleDESCryptoServic ePr

Reply
Thread Tools

Can not find System.Security.Cryptography.TripleDESCryptoServic ePr

 
 
=?Utf-8?B?ZGF2aWQ=?=
Guest
Posts: n/a
 
      12-21-2006
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
 
Reply With Quote
 
 
 
 
=?Utf-8?B?TWFuaXNoIEJhZm5h?=
Guest
Posts: n/a
 
      12-21-2006
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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to exclude action of Find::Find::find in subdirectories withknown names? vdvorkin Perl Misc 3 02-14-2011 05:28 AM
How to exclude action of Find::Find::find in subdirectories withknown names? vdvorkin Perl Misc 0 02-10-2011 05:18 PM
can find ImageButton but can't find button ad ASP .Net 2 11-20-2005 11:35 AM
Find.find does not find orphaned links? Wybo Dekker Ruby 1 11-15-2005 02:50 PM
Program that can find a find a file for you ? Peter Hansen Python 6 09-29-2004 02:47 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57