Click or drag to resize

EcdsaKey Class

An elliptic-curve key.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The EcdsaKey type exposes the following members.

Constructors
  NameDescription
Public methodEcdsaKey
Initializes a new instance of the EcdsaKey class
Top
Properties
  NameDescription
Public propertyNamedCurve
Gets or sets the named curve.
Public propertyPrivateKey
Gets or sets the private key.
Public propertyPublicKey
Gets or sets the public key.
Public propertySize
Gets the size of the key.
Public propertyType
Gets the key type.
(Overrides AsymmetricKeyType.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBytes
Serializes this key to binary.
Public methodGetHashCode (Inherited from Object.)
Public methodGetString
Serializes this key to a string.
Public methodGetType (Inherited from Object.)
Public methodHasPrivate
Returns true if the key contains private information.
(Overrides AsymmetricKeyHasPrivate.)
Public methodHasPublic
Returns true if the key contains public information.
(Overrides AsymmetricKeyHasPublic.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParseBuffer
Deserializes a key from binary.
Public methodStatic memberParseBytes
Deserializes a key from binary.
Public methodStatic memberParseSignature
Parses a signature.
Public methodStatic memberParseString
Deserializes a key from a string.
Public methodToPublic
Creates a copy of this key without the private key.
Public methodToString (Inherited from Object.)
Top
See Also