ExportParameters()

ECDsa::ExportParameters(bool) method

Exports named or explicit parameters.

virtual ECParameters System::Security::Cryptography::ECDsa::ExportParameters(bool include_private_parameters)

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