RSACryptoServiceProvider.ExportCspBlob(Boolean) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mengekspor blob yang berisi informasi kunci yang RSACryptoServiceProvider terkait dengan objek.
public:
virtual cli::array <System::Byte> ^ ExportCspBlob(bool includePrivateParameters);
public byte[] ExportCspBlob (bool includePrivateParameters);
[System.Runtime.InteropServices.ComVisible(false)]
public byte[] ExportCspBlob (bool includePrivateParameters);
abstract member ExportCspBlob : bool -> byte[]
override this.ExportCspBlob : bool -> byte[]
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member ExportCspBlob : bool -> byte[]
override this.ExportCspBlob : bool -> byte[]
Public Function ExportCspBlob (includePrivateParameters As Boolean) As Byte()
Parameter
- includePrivateParameters
- Boolean
true
untuk menyertakan kunci privat; jika tidak, false
.
Mengembalikan
Array byte yang berisi informasi utama yang RSACryptoServiceProvider terkait dengan objek.
Penerapan
- Atribut
Keterangan
Metode ini ExportCspBlob mengembalikan blob yang berisi informasi utama yang kompatibel dengan Microsoft Cryptographic API (CAPI) yang tidak dikelola.