ExportCspBlob()
RSACryptoServiceProvider::ExportCspBlob(bool) method
Exports blob with information on key. Not implemented.
ByteArrayPtr System::Security::Cryptography::RSACryptoServiceProvider::ExportCspBlob(bool include_private_parameters) override
Arguments
Parameter | Type | Description |
---|---|---|
include_private_parameters | bool | Whether to include private key parameters in blob. |
Return Value
Blob with key information.
See Also
- Typedef ByteArrayPtr
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Slides