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.
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object