ECParameters Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the standard parameters for the elliptic curve cryptography (ECC) algorithm.
public value class ECParameterspublic struct ECParameters[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public struct ECParameterstype ECParameters = struct[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type ECParameters = structPublic Structure ECParameters- Inheritance
- Attributes
Fields
| Curve | Represents the curve associated with the public key (Q) and the optional private key (D). | 
| D | Represents the private key  | 
| Q | Represents the public key  | 
Methods
| Validate() | Validates the current object. |