System::Security::Cryptography::RSACryptoServiceProvider::ExportParameters method

RSACryptoServiceProvider::ExportParameters method

Exports CSP parameters.

RSAParameters System::Security::Cryptography::RSACryptoServiceProvider::ExportParameters(bool include_private_parameters) override
ParameterTypeDescription
include_private_parametersboolWhether to include private key parameters in blob.

ReturnValue

Data structure with CSP parameters.

See Also