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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.