System::Security::Cryptography::RSA::ToXmlString method
RSA::ToXmlString method
Exports all parameters in XML format.
String System::Security::Cryptography::RSA::ToXmlString(bool include_private_parameters) override
Parameter | Type | Description |
---|---|---|
include_private_parameters | bool | True to export both private and public parameters, false to export public parameters only. |
ReturnValue
XML-encoded parameters.
See Also
- Class String
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++