.Net TripleDES Class with VC++ 6.0

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

Jochen Kalmbach

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top