ExportParameters()

DSA::ExportParameters(bool) method

Exports all parameters.

virtual DSAParameters System::Security::Cryptography::DSA::ExportParameters(bool include_private_parameters)=0

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