System::Security::Cryptography::ECDsaBotan::ToXmlString Methode

ECDsaBotan::ToXmlString(bool) method

Exportiert alle Parameter im XML-Format. Nicht implementiert.

String System::Security::Cryptography::ECDsaBotan::ToXmlString(bool include_private_parameters) override
ParameterTypBeschreibung
include_private_parametersboolTrue, um sowohl private als auch öffentliche Parameter zu exportieren, false, um nur öffentliche Parameter zu exportieren.

ReturnValue

XML-kodierte Parameter.

Siehe auch

ECDsaBotan::ToXmlString(ECKeyXmlFormat) method

Exportiert alle Parameter im XML-Format.

String System::Security::Cryptography::ECDsaBotan::ToXmlString(ECKeyXmlFormat format)
ParameterTypBeschreibung
FormatECKeyXmlFormatFormat der resultierenden XML-Zeichenkette.

ReturnValue

XML-kodierte Parameter.

Siehe auch