System::Security::Cryptography::DSA::ExportParameters 方法
DSA::ExportParameters method
导出所有参数。
virtual DSAParameters System::Security::Cryptography::DSA::ExportParameters(bool include_private_parameters)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| include_private_parameters | bool | True 表示导出私有和公共参数,false 表示仅导出公共参数。 |
ReturnValue
导出的参数结构。
另见
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++