System::Security::Cryptography::ECDsa::ExportParameters method
ECDsa::ExportParameters method
Exports named or explicit parameters.
virtual ECParameters System::Security::Cryptography::ECDsa::ExportParameters(bool include_private_parameters)
Parameter | Type | Description |
---|---|---|
include_private_parameters | bool | True to export both private and public parameters, false to export public parameters only. |
ReturnValue
Exported parameters structure.
See Also
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++