ECParameters Struct

Definition

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

public value class ECParameters
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public struct ECParameters
public struct ECParameters
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type ECParameters = struct
type ECParameters = struct
Public Structure ECParameters
Inheritance
ECParameters
Attributes

Fields

Curve

Represents the curve associated with the public key (Q) and the optional private key (D).

D

Represents the private key D for the elliptic curve cryptography (ECC) algorithm, stored in big-endian format.

Q

Represents the public key Q for the elliptic curve cryptography (ECC) algorithm.

Methods

Validate()

Validates the current object.

Applies to

See also