ExportCspBlob()

DSACryptoServiceProvider::ExportCspBlob(bool) method

Exports blob with information on key. Not implemented.

ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::ExportCspBlob(bool include_private_parameters) override

Arguments

ParameterTypeDescription
include_private_parametersboolWhether to include private key parameters in blob.

Return Value

Blob with key information.

See Also