The ECPointBase type exposes the following members.

Constructors

  NameDescription
Protected methodECPointBase
Initializes a new instance of the ECPointBase class

Methods

  NameDescription
Public methodAdd (Inherited from ECPoint.)
Public methodEquals (Inherited from ECPoint.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEncoded (Overrides ECPoint..::..GetEncoded()()()().)
Public methodGetHashCode (Inherited from ECPoint.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMultiply (Overrides ECPoint..::..Multiply(BigInteger).)
Public methodNegate (Inherited from ECPoint.)
Public methodSubtract (Inherited from ECPoint.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTwice (Inherited from ECPoint.)

Properties

  NameDescription
Public propertyCurve (Inherited from ECPoint.)
Public propertyIsCompressed (Inherited from ECPoint.)
Public propertyIsInfinity (Inherited from ECPoint.)
Public propertyX (Inherited from ECPoint.)
Public propertyY (Inherited from ECPoint.)
Protected propertyYTilde

See Also