Click or drag to resize

EcdsaCrypto Class

Elliptic-curve-based cryptographic functions.
Inheritance Hierarchy
SystemObject
  FM.IceLinkEcdsaCrypto

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The EcdsaCrypto type exposes the following members.

Constructors
  NameDescription
Public methodEcdsaCrypto
Initializes a new instance of the EcdsaCrypto class
Top
Properties
  NameDescription
Public propertyStatic memberDefaultNamedCurve
Gets or sets the default curve.
Top
Methods
  NameDescription
Public methodStatic memberCreateKey
Creates an ECDSA key.
Public methodStatic memberCreateKey(EcdsaNamedCurve)
Creates an ECDSA key.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberSign
Signs data using a specified key.
Public methodToString (Inherited from Object.)
Public methodStatic memberVerify
Verifies a signature using a specified key and data.
Top
See Also