RSACryptoServiceProvider.ExportCspBlob(Boolean) Méthode

Définition

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

Byte[]

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 clés compatibles avec l’API de chiffrement Microsoft (CAPI) non managée.

S’applique à

Voir aussi