DSACryptoServiceProvider.ImportCspBlob(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Imports a blob that represents DSA key information.
public:
virtual void ImportCspBlob(cli::array <System::Byte> ^ keyBlob);
public void ImportCspBlob (byte[] keyBlob);
[System.Runtime.InteropServices.ComVisible(false)]
public void ImportCspBlob (byte[] keyBlob);
abstract member ImportCspBlob : byte[] -> unit
override this.ImportCspBlob : byte[] -> unit
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member ImportCspBlob : byte[] -> unit
override this.ImportCspBlob : byte[] -> unit
Public Sub ImportCspBlob (keyBlob As Byte())
Parameters
- keyBlob
- Byte[]
A byte array that represents a DSA key blob.
Implements
- Attributes
Remarks
The ImportCspBlob method initializes the key data of a DSACryptoServiceProvider object using a blob that is compatible with the unmanaged Microsoft Cryptographic API (CAPI).
Applies to
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.