ExportParameters()

ECDsaBotan::ExportParameters(bool) method

Exports named or explicit parameters.

ECParameters System::Security::Cryptography::ECDsaBotan::ExportParameters(bool include_private_parameters) override

Arguments

ParameterTypeDescription
include_private_parametersboolTrue to export both private and public parameters, false to export public parameters only.

Return Value

Exported parameters structure.

See Also