Metode System::Security::Cryptography::ECDsaBotan::ToXmlString
ECDsaBotan::ToXmlString(bool) method
Mengekspor semua parameter dalam format XML. Tidak diimplementasikan.
String System::Security::Cryptography::ECDsaBotan::ToXmlString(bool include_private_parameters) override
| Parameter | Tipe | Deskripsi |
|---|---|---|
| include_private_parameters | bool | True untuk mengekspor parameter pribadi dan publik, false untuk mengekspor hanya parameter publik. |
ReturnValue
Parameter yang dienkode XML.
Lihat Juga
- Class String
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ToXmlString(ECKeyXmlFormat) method
Mengekspor semua parameter dalam format XML.
String System::Security::Cryptography::ECDsaBotan::ToXmlString(ECKeyXmlFormat format)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| format | ECKeyXmlFormat | Format string XML hasil. |
ReturnValue
Parameter yang dienkode XML.
Lihat Juga
- Class String
- Enum ECKeyXmlFormat
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++