System::Security::Cryptography::ECDsaBotan::ToXmlString 方法
ECDsaBotan::ToXmlString(bool) method
以 XML 格式导出所有参数。未实现。
String System::Security::Cryptography::ECDsaBotan::ToXmlString(bool include_private_parameters) override
| 参数 | 类型 | 描述 |
|---|---|---|
| include_private_parameters | bool | True 表示导出私有和公共参数,false 表示仅导出公共参数。 |
ReturnValue
XML 编码的参数。
另见
- Class String
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::ToXmlString(ECKeyXmlFormat) method
以 XML 格式导出所有参数。
String System::Security::Cryptography::ECDsaBotan::ToXmlString(ECKeyXmlFormat format)
| 参数 | 类型 | 描述 |
|---|---|---|
| 格式 | ECKeyXmlFormat | 结果 XML 字符串的格式。 |
ReturnValue
XML 编码的参数。
另见
- Class String
- Enum ECKeyXmlFormat
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++