EcdsaKey Class |
Namespace: FM.IceLink
The EcdsaKey type exposes the following members.
| Name | Description | |
|---|---|---|
| NamedCurve |
Gets or sets the named curve.
| |
| PrivateKey |
Gets or sets the private key.
| |
| PublicKey |
Gets or sets the public key.
| |
| Size |
Gets the size of the key.
| |
| Type |
Gets the key type.
(Overrides AsymmetricKeyType.) |
| 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.) |