System::Security::Cryptography::DSA::ToXmlString 方法
DSA::ToXmlString method
以 XML 格式导出所有参数。
virtual String System::Security::Cryptography::DSA::ToXmlString(bool include_private_parameters) override
| Parameter | Type | 描述 |
|---|---|---|
| include_private_parameters | bool | True 表示导出私有和公共参数,false 表示仅导出公共参数。 |
ReturnValue
XML 编码的参数。
另见
- Class String
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++