System::Security::Cryptography::DSA::ExportParameters metod

DSA::ExportParameters method

Exporterar alla parametrar.

virtual DSAParameters System::Security::Cryptography::DSA::ExportParameters(bool include_private_parameters)=0
ParameterTypBeskrivning
include_private_parametersboolTrue för att exportera både privata och offentliga parametrar, false för att endast exportera offentliga parametrar.

ReturnValue

Exporterad parameterstruktur.

Se även