EcdsaKey Methods |
The EcdsaKey type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetBytes |
Serializes this key to binary.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetString |
Serializes this key to a string.
|
![]() | GetType | (Inherited from Object.) |
![]() | HasPrivate |
Returns true if the key contains
private information.
(Overrides AsymmetricKeyHasPrivate.) |
![]() | HasPublic |
Returns true if the key contains
public information.
(Overrides AsymmetricKeyHasPublic.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | ParseBuffer |
Deserializes a key from binary.
|
![]() ![]() | ParseBytes |
Deserializes a key from binary.
|
![]() ![]() | ParseSignature |
Parses a signature.
|
![]() ![]() | ParseString |
Deserializes a key from a string.
|
![]() | ToPublic |
Creates a copy of this key without the private key.
|
![]() | ToString | (Inherited from Object.) |