System::Security::Cryptography::RSA::ToXmlString méthode

RSA::ToXmlString method

Exporte tous les paramètres au format XML.

String System::Security::Cryptography::RSA::ToXmlString(bool include_private_parameters) override
ParamètreTypeDescription
include_private_parametersboolVrai pour exporter à la fois les paramètres privés et publics, faux pour n’exporter que les paramètres publics.

ReturnValue

Paramètres encodés en XML.

Voir aussi