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