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