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