Click or drag to resize

EcdsaKey Methods

The EcdsaKey type exposes the following members.

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