|
CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
Public and private key parameters of an elliptic curve. More...
#include <ec_parameters.h>
Public Member Functions | |
| void | Validate () const |
| Validate current parameters. More... | |
Public Attributes | |
| ECPoint | Q |
| Public point. More... | |
| ByteArrayPtr | D |
| Private Key. More... | |
| ECCurve | Curve |
| The Curve. More... | |
Public and private key parameters of an elliptic curve.
| void System::Security::Cryptography::ECParameters::Validate | ( | ) | const |
Validate current parameters.
| ECCurve System::Security::Cryptography::ECParameters::Curve |
The Curve.
| ByteArrayPtr System::Security::Cryptography::ECParameters::D |
Private Key.
| ECPoint System::Security::Cryptography::ECParameters::Q |
Public point.