The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DSACryptoServiceProvider::ImportCspBlob Method (array<Byte>^)
.NET Framework (current version)
Imports a blob that represents DSA key information.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] virtual void ImportCspBlob( array<unsigned char>^ keyBlob ) sealed
Parameters
- keyBlob
-
Type:
array<System::Byte>^
A byte array that represents a DSA key blob.
The ImportCspBlob method initializes the key data of a DSACryptoServiceProvider object using a blob that is compatible with the unmanaged Microsoft Cryptographic API (CAPI).
KeyContainerPermissionAccessEntryCollection
for permission to access a key container when importing a key. Security action: Demand. Associated enumeration: KeyContainerPermissionFlags::Import
.NET Framework
Available since 2.0
Available since 2.0
Show: