ExportParameters()

RSA::ExportParameters(bool) method

Exports all parameters.

virtual RSAParameters System::Security::Cryptography::RSA::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