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
ParameterTypeDescription
include_private_parametersboolTrue to export both private and public parameters, false to export public parameters only.

ReturnValue

XML-encoded parameters.

See Also

ECDsaBotan::ToXmlString(ECKeyXmlFormat) method

Exports all parameters in XML format.

String System::Security::Cryptography::ECDsaBotan::ToXmlString(ECKeyXmlFormat format)
ParameterTypeDescription
formatECKeyXmlFormatFormat of the result XML string.

ReturnValue

XML-encoded parameters.

See Also