Click or drag to resize

EcdsaCrypto Methods

The EcdsaCrypto type exposes the following members.

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