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 contenant les informations clés associées à un RSACryptoServiceProvider objet.
public:
virtual cli::array <System::Byte> ^ ExportCspBlob(bool includePrivateParameters);
[System.Runtime.InteropServices.ComVisible(false)]
public byte[] ExportCspBlob(bool includePrivateParameters);
public byte[] ExportCspBlob(bool includePrivateParameters);
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member ExportCspBlob : bool -> byte[]
override this.ExportCspBlob : bool -> byte[]
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 RSACryptoServiceProvider objet.
Implémente
- Attributs
Remarques
La méthode ExportCspBlob retourne un objet blob contenant des informations clés compatibles avec l’API de chiffrement Microsoft non managée (CAPI).