System::Security::Cryptography::RSACryptoServiceProvider::ExportParameters méthode

RSACryptoServiceProvider::ExportParameters method

Exporte les paramètres CSP.

RSAParameters System::Security::Cryptography::RSACryptoServiceProvider::ExportParameters(bool include_private_parameters) override
ParamètreTypeDescription
include_private_parametersboolIndique s’il faut inclure les paramètres de clé privée dans le blob.

ReturnValue

Data structure with CSP parameters.

Voir aussi