System::Security::Cryptography::ECDsaBotan::ToXmlString methode

ECDsaBotan::ToXmlString(bool) method

Exporteert alle parameters in XML-indeling. Niet geïmplementeerd.

String System::Security::Cryptography::ECDsaBotan::ToXmlString(bool include_private_parameters) override
ParameterTypeBeschrijving
include_private_parametersboolTrue om zowel private als publieke parameters te exporteren, false om alleen publieke parameters te exporteren.

ReturnValue

XML-gecodeerde parameters.

Zie ook

ECDsaBotan::ToXmlString(ECKeyXmlFormat) method

Exporteert alle parameters in XML-indeling.

String System::Security::Cryptography::ECDsaBotan::ToXmlString(ECKeyXmlFormat format)
ParameterTypeBeschrijving
formaatECKeyXmlFormatIndeling van de resulterende XML-tekenreeks.

ReturnValue

XML-gecodeerde parameters.

Zie ook