RSACryptoServiceProvider.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 objet blob qui contient les informations clés associées à un objet RSACryptoServiceProvider.
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 contenant les informations clés associées à un objet RSACryptoServiceProvider.
Implémente
- Attributs
Remarques
La ExportCspBlob méthode retourne un objet blob contenant des informations de clé compatibles avec l’API de chiffrement Microsoft (CAPI) non managée.