System::Security::Cryptography::RSA::ExportParameters-metoden

RSA::ExportParameters method

Exporterar alla parametrar.

virtual RSAParameters System::Security::Cryptography::RSA::ExportParameters(bool include_private_parameters)=0
ParameterTypeBeskrivning
include_private_parametersboolSant för att exportera både privata och offentliga parametrar, falskt för att endast exportera offentliga parametrar.

ReturnValue

Struktur för exporterade parametrar.

Se även