System::Security::Cryptography::RSACryptoServiceProvider::ExportParameters method
RSACryptoServiceProvider::ExportParameters method
Exports CSP parameters.
RSAParameters System::Security::Cryptography::RSACryptoServiceProvider::ExportParameters(bool include_private_parameters) override
Parameter | Type | Description |
---|---|---|
include_private_parameters | bool | Whether to include private key parameters in blob. |
ReturnValue
Data structure with CSP parameters.
See Also
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++