System::Security::Cryptography::RSACryptoServiceProvider::ExportCspBlob method

RSACryptoServiceProvider::ExportCspBlob method

Exports blob with information on key. Not implemented.

ByteArrayPtr System::Security::Cryptography::RSACryptoServiceProvider::ExportCspBlob(bool include_private_parameters) override
ParameterTypeDescription
include_private_parametersboolWhether to include private key parameters in blob.

ReturnValue

Blob with key information.

See Also