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.​ECParameters

Assembly: System.Security.Cryptography

Represents the standard parameters for the elliptic curve cryptography (ECC) algorithm.

Fields and Constants

public ECCurve
Curve
Represents the curve associated with the public key ( <see cref="F:System.Security.Cryptography.ECParameters.Q" /> ) and the optional private key ( <see cref="F:System.Security.Cryptography.ECParameters.D" /> ).
public byte[]
D
Represents the private key <see langword="D" /> for the elliptic curve cryptography (ECC) algorithm, stored in big-endian format.
public ECPoint
Q
Represents the public key <see langword="Q" /> for the elliptic curve cryptography (ECC) algorithm.

Methods

public void
Validate​()
Validates the current object.
public bool
Equals​(object obj)
Inherited from ValueType
public int
GetHashCode​()
Inherited from ValueType
public string
ToString​()
Inherited from ValueType
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object