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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา