Elliptic curve cryptography interface.

Namespace: BasicCard.Crypto.EC
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
[CLSCompliantAttribute(true)]
public interface EllipticCurve
Visual Basic
<CLSCompliantAttribute(true)>
Public Interface EllipticCurve
Visual C++
[CLSCompliantAttribute(true)]
public interface class EllipticCurve
F#
[<CLSCompliantAttribute(true)>]
type EllipticCurve =  interface end

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also