| EcdsaCrypto Methods | 
The EcdsaCrypto type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | CreateKey | 
            Creates an ECDSA key.
             | 
|   | CreateKey(EcdsaNamedCurve) | 
            Creates an ECDSA key.
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|   | Sign | 
            Signs data using a specified key.
             | 
|  | ToString | (Inherited from Object.) | 
|   | Verify | 
            Verifies a signature using a specified key and data.
             | 
 See Also
See Also