Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct System.​Security.​Cryptography.​ECPoint
Assembly: System.Security.Cryptography
Represents a (X,Y) coordinate pair for elliptic curve cryptography (ECC) structures.
Fields and Constants
public
byte[]
X
Represents the X coordinate.
public
byte[]
Y
Represents the Y coordinate.
Methods
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object