طريقة System::Security::Cryptography::ECDsaBotan::ToXmlString
ECDsaBotan::ToXmlString(bool) method
يصدّر جميع المعلمات بصيغة XML. غير مُنفّذ.
String System::Security::Cryptography::ECDsaBotan::ToXmlString(bool include_private_parameters) override
| Parameter | Type | الوصف |
|---|---|---|
| include_private_parameters | bool | صحيح لتصدير كل من المعلمات الخاصة والعامة، خطأ لتصدير المعلمات العامة فقط. |
ReturnValue
معلمات مشفرة بـ XML.
انظر أيضًا
- Class String
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ToXmlString(ECKeyXmlFormat) method
يصدّر جميع المعلمات بتنسيق XML.
String System::Security::Cryptography::ECDsaBotan::ToXmlString(ECKeyXmlFormat format)
| Parameter | Type | الوصف |
|---|---|---|
| تنسيق | ECKeyXmlFormat | تنسيق سلسلة XML الناتجة. |
ReturnValue
معلمات مشفرة بـ XML.
انظر أيضًا
- Class String
- Enum ECKeyXmlFormat
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++