System::Security::Cryptography::ECDsaBotan::ToXmlString method
ECDsaBotan::ToXmlString(bool) method
Exports all parameters in XML format. Not implemented.
String System::Security::Cryptography::ECDsaBotan::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 ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++
ECDsaBotan::ToXmlString(ECKeyXmlFormat) method
Exports all parameters in XML format.
String System::Security::Cryptography::ECDsaBotan::ToXmlString(ECKeyXmlFormat format)
Parameter | Type | Description |
---|---|---|
format | ECKeyXmlFormat | Format of the result XML string. |
ReturnValue
XML-encoded parameters.
See Also
- Class String
- Enum ECKeyXmlFormat
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++