System.Security.Cryptography.ICspAsymmetricAlgorithm.ImportCspBlob Method

Imports a blob that represents asymmetric key information.

Syntax

public void ImportCspBlob (byte[] rawData)

Parameters

rawData
A byte array that represents an asymmetric key blob.

Remarks

The ICspAsymmetricAlgorithm.ImportCspBlob(Byte[]) method initializes the key data of an System.Security.Cryptography.AsymmetricAlgorithm object using a blob that is compatible with the unmanaged Microsoft Cryptographic API (CAPI).

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0