System::Security::Cryptography::RSA::ExportParameters Methode

RSA::ExportParameters method

Exportiert alle Parameter.

virtual RSAParameters System::Security::Cryptography::RSA::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