Hello.
How can I use TripleDES Class if I work with the Visual Studio 6 and
unmanaged C++? Is it possible?
I have Windows 2000 with intalled .Net Framework 1.1 and mscorlib.dll.
Thank you in advance.
Dino Chiesa [Microsoft] - 26 Oct 2004 17:14 GMT
Yes it's possible .
What you need to do is code the tripleDES encryption logic into a .net
component, then expose that .NET component via com. Then you just call the
com component from visual studio 6.
> Hello.
>
[quoted text clipped - 3 lines]
>
> Thank you in advance.