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
| Parameter | Typ | Beschreibung |
|---|---|---|
| include_private_parameters | bool | True, um sowohl private als auch öffentliche Parameter zu exportieren, false, um nur öffentliche Parameter zu exportieren. |
ReturnValue
XML-kodierte Parameter.
Siehe auch
- Class String
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::ToXmlString(ECKeyXmlFormat) method
Exportiert alle Parameter im XML-Format.
String System::Security::Cryptography::ECDsaBotan::ToXmlString(ECKeyXmlFormat format)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Format | ECKeyXmlFormat | Format der resultierenden XML-Zeichenkette. |
ReturnValue
XML-kodierte Parameter.
Siehe auch
- Class String
- Enum ECKeyXmlFormat
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++