System::Security::Cryptography::ECDsaBotan::ExportParameters method

ECDsaBotan::ExportParameters method

Exports named or explicit parameters.

ECParameters System::Security::Cryptography::ECDsaBotan::ExportParameters(bool include_private_parameters) override
ParameterTypeDescription
include_private_parametersboolTrue to export both private and public parameters, false to export public parameters only.

ReturnValue

Exported parameters structure.

See Also