DSACryptoServiceProvider.ExportCspBlob(Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exporte un blob qui contient les informations de clés associées à un objet DSACryptoServiceProvider.
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()
Paramètres
- includePrivateParameters
- Boolean
true
pour inclure la clé privée ; sinon, false
.
Retours
Tableau d'octets qui contient les informations de clés associées à un objet DSACryptoServiceProvider.
Implémente
- Attributs
Remarques
La ExportCspBlob méthode retourne un objet blob contenant des informations clés compatibles avec l’API de chiffrement Microsoft (CAPI) non managée.