ECParameters Struktur
Definition
Stellt die Standardparameter für den ECC-Algorithmus (Elliptic Curve Cryptography) dar.Represents the standard parameters for the elliptic curve cryptography (ECC) algorithm.
public value class ECParameters
public struct ECParameters
type ECParameters = struct
Public Structure ECParameters
- Vererbung
Felder
Curve |
Stellt die Kurve dar, die dem öffentlichen Schlüssel (Q) und dem optionalen privaten Schlüssel (D) zugeordnet ist.Represents the curve associated with the public key (Q) and the optional private key (D). |
D |
Stellt den privaten Schlüssel |
Q |
Stellt den öffentlichen Schlüssel |
Methoden
Validate() |
Überprüft das aktuelle Objekt.Validates the current object. |