ECDsa Methods
.NET Framework 4.5
The ECDsa type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clear | Releases all resources used by the AsymmetricAlgorithm class. (Inherited from AsymmetricAlgorithm.) |
|
Create() | Creates a new instance of the default implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA). |
|
Create(String) | Creates a new instance of the specified implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA). |
|
Dispose() | Releases all resources used by the current instance of the AsymmetricAlgorithm class. (Inherited from AsymmetricAlgorithm.) |
|
Dispose(Boolean) | Releases the unmanaged resources used by the AsymmetricAlgorithm class and optionally releases the managed resources. (Inherited from AsymmetricAlgorithm.) |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FromXmlString | When overridden in a derived class, reconstructs an AsymmetricAlgorithm object from an XML string. (Inherited from AsymmetricAlgorithm.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SignHash | Generates a digital signature for the specified hash value. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
ToXmlString | When overridden in a derived class, creates and returns an XML string representation of the current AsymmetricAlgorithm object. (Inherited from AsymmetricAlgorithm.) |
|
VerifyHash | Verifies a digital signature against the specified hash value. |