System::Security::Cryptography::DSA::ExportParameters method

DSA::ExportParameters method

Exports all parameters.

virtual DSAParameters System::Security::Cryptography::DSA::ExportParameters(bool include_private_parameters)=0
ParameterTypeDescription
include_private_parametersboolTrue to export both private and public parameters, false to export public parameters only.

ReturnValue

Exported parameters structure.

See Also