Windows apps
Collapse the table of content
Expand the table of content
Information
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.

RSACryptoServiceProvider::ImportCspBlob Method (array<Byte>^)

 

Imports a blob that represents RSA key information.

Namespace:   System.Security.Cryptography
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 an RSA key blob.

The ImportCspBlob method initializes the key data of an RSACryptoServiceProvider 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
Windows Phone Silverlight
Available since 7.1
Return to top
Show:
© 2017 Microsoft