ExportCspBlob()

ICspAsymmetricAlgorithm::ExportCspBlob(bool) method

Exports blob with key information.

virtual ByteArrayPtr System::Security::Cryptography::ICspAsymmetricAlgorithm::ExportCspBlob(bool include_private_parameters)=0

Arguments

ParameterTypeDescription
include_private_parametersboolTrue to include private key, false otherwise.

Return Value

Exported data blob.

See Also