RSACryptoServiceProvider.ExportCspBlob(Boolean) Méthode
Définition
Important
Certaines informations concernent des produits en version préliminaire qui peuvent être considérablement modifiés avant leur sortie. Microsoft n’offre aucune 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.
Retourne
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.