System::Security::Cryptography::DSA::ExportParameters Methode

DSA::ExportParameters method

Exportiert alle Parameter.

virtual DSAParameters System::Security::Cryptography::DSA::ExportParameters(bool include_private_parameters)=0
ParameterTypBeschreibung
include_private_parametersboolTrue, um sowohl private als auch öffentliche Parameter zu exportieren, false, um nur öffentliche Parameter zu exportieren.

ReturnValue

Exportierte Parameterstruktur.

Siehe auch