System::Security::Cryptography::DSACryptoServiceProvider::ExportParameters method

DSACryptoServiceProvider::ExportParameters method

Exports CSP parameters.

DSAParameters System::Security::Cryptography::DSACryptoServiceProvider::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