DSACryptoServiceProvider::ExportCspBlob Method (Boolean)
Exports a blob containing the key information associated with a DSACryptoServiceProvider object.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] virtual array<unsigned char>^ ExportCspBlob( bool includePrivateParameters ) sealed
Parameters
- includePrivateParameters
-
Type:
System::Boolean
true to include the private key; otherwise, false.
Return Value
Type: array<System::Byte>^A byte array containing the key information associated with a DSACryptoServiceProvider object.
The ExportCspBlob method returns a blob containing key information that is compatible with the unmanaged Microsoft Cryptographic API (CAPI).
for permission to access a key container when exporting a private key. Security action: Demand. Associated enumeration: KeyContainerPermissionFlags::Export
Available since 2.0