System::Security::Cryptography::RSA::ExportParameters method
RSA::ExportParameters method
Exports all parameters.
virtual RSAParameters System::Security::Cryptography::RSA::ExportParameters(bool include_private_parameters)=0
Parameter | Type | Description |
---|---|---|
include_private_parameters | bool | True to export both private and public parameters, false to export public parameters only. |
ReturnValue
Exported parameters structure.
See Also
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++