System::Security::Cryptography::ICspAsymmetricAlgorithm::ExportCspBlob method

ICspAsymmetricAlgorithm::ExportCspBlob method

Exports blob with key information.

virtual ByteArrayPtr System::Security::Cryptography::ICspAsymmetricAlgorithm::ExportCspBlob(bool include_private_parameters)=0
ParameterTypeDescription
include_private_parametersboolTrue to include private key, false otherwise.

ReturnValue

Exported data blob.

See Also