.NET Framework Cryptography

From: Eduardo Pavinato Klein (eduardoklein_at_mobiltec.com.br)
Date: 09/18/03


Date: Thu, 18 Sep 2003 13:38:41 -0300


Hi

I got the .NET Compact Framework Sample "Signature Capture" from MSDN.

I'm using the "Crypto" class to apply cryptography to my Smart Device
Application.

Now I want to do a "Crypto" class for the Desktop side... And here is my
problems.

The sample provides the same "Crypto" class for the Desktop, but it uses
"advapi32.dll" and "kernel32.dll" APIs. I'd want to use .NET Framework
classes in the namespace System.Security.Cryptography to do the same on the
Desktop

Is it possible? How can I start it?

Thanks,
Eduardo Klein