.Net TripleDES Class with VC++ 6.0

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

Guest

Hello.

How can I use TripleDES Class if I work with the Visual Studio 6 and
VC++ 6.0? Is it possible?
I have Windows 2000 with intalled .Net Framework 1.1 and mscorlib.dll.

Thank you in advance.
 
Hi =?Utf-8?B?T2xnYSBTYXllbmtv?=,
How can I use TripleDES Class if I work with the Visual Studio 6 and
VC++ 6.0? Is it possible?

No. The .NET TripleDES-class is not available to unmanaged apps via COM-
Interop.


(Of course you could host the CLR inside your app... but then it would be
easier to write your app with VC2002/3)

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
 
Back
Top