Re: Can I use EC161 in BasicCard .NET Library ?


[ Follow Ups ] [ BasicCard User Forum ]

Posted by zeitcontrol (217.87.3.25) on June 26, 2006 at 10:13:43:

In Reply to: Can I use EC161 in BasicCard .NET Library ? posted by vutaviva on June 26, 2006 at 00:45:06:

Current release of BasicCard .Net Library does not support this functions.

You may instead use .Net Framework Class Library for RSA. See System.Security.Cryptography.RSACryptoServiceProvider

And BasicCard API/OCX for EC161. Once installed see Start, BasicCard Pro, API Manuals. Take a look for Crypto Manuals. BasicCard API/OCX is not .Net but is accessible from .Net on Windows. Especially the OCX Control designed for Visual Basic can be used as follows from .Net.
Add a reference for your project within Visual Studio, to “ZeitControl BasicCard Crypto Control”.
Generate an EC161 object, e.g. as follows (C#)
ZCCRYPTXLib.IzcEC161 ec161 = new ZCCRYPTXLib.zcEC161Class();



Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]