System::Security::Cryptography::RSA::ExportParameters metod

RSA::ExportParameters method

Exporterar alla parametrar.

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