Méthode System::Security::Cryptography::ECDsaBotan::ToXmlString
ECDsaBotan::ToXmlString(bool) method
Exporte tous les paramètres au format XML. Non implémenté.
String System::Security::Cryptography::ECDsaBotan::ToXmlString(bool include_private_parameters) override
| Paramètre | Type | Description |
|---|---|---|
| include_private_parameters | bool | True pour exporter à la fois les paramètres privés et publics, false pour n’exporter que les paramètres publics. |
ReturnValue
Paramètres encodés en XML.
Voir aussi
- Class String
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::ToXmlString(ECKeyXmlFormat) method
Exporte tous les paramètres au format XML.
String System::Security::Cryptography::ECDsaBotan::ToXmlString(ECKeyXmlFormat format)
| Paramètre | Type | Description |
|---|---|---|
| format | ECKeyXmlFormat | Format de la chaîne XML résultante. |
ReturnValue
Paramètres encodés en XML.
Voir aussi
- Class String
- Enum ECKeyXmlFormat
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++