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)
ParameterTypeDescription
include_private_parametersboolTrue to export both private and public parameters, false to export public parameters only.

ReturnValue

Exported parameters structure.

See Also