ExportParameters()

DSACryptoServiceProvider::ExportParameters(bool) method

Exports CSP parameters.

DSAParameters System::Security::Cryptography::DSACryptoServiceProvider::ExportParameters(bool include_private_parameters) override

Arguments

ParameterTypeDescription
include_private_parametersboolWhether to include private key parameters in blob.

Return Value

Data structure with CSP parameters.

See Also