System::Security::Cryptography::RSA::ExportParameters methode

RSA::ExportParameters method

Exporteert alle parameters.

virtual RSAParameters System::Security::Cryptography::RSA::ExportParameters(bool include_private_parameters)=0
ParameterTypeBeschrijving
include_private_parametersboolTrue om zowel private als publieke parameters te exporteren, false om alleen publieke parameters te exporteren.

ReturnValue

Structuur van geëxporteerde parameters.

Zie ook