ExportParameters()
RSACryptoServiceProvider::ExportParameters(bool) method
Exports CSP parameters.
RSAParameters System::Security::Cryptography::RSACryptoServiceProvider::ExportParameters(bool include_private_parameters) override
Arguments
Parameter | Type | Description |
---|---|---|
include_private_parameters | bool | Whether to include private key parameters in blob. |
Return Value
Data structure with CSP parameters.
See Also
- Class RSACryptoServiceProvider
- Struct RSAParameters
- Namespace System::Security::Cryptography
- Library Aspose.Slides