ECAlgorithm.ExportECPrivateKey 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 la clé actuelle au format ECPrivateKey.
public:
virtual cli::array <System::Byte> ^ ExportECPrivateKey();
public virtual byte[] ExportECPrivateKey();
abstract member ExportECPrivateKey : unit -> byte[]
override this.ExportECPrivateKey : unit -> byte[]
Public Overridable Function ExportECPrivateKey () As Byte()
Retours
Tableau d’octets contenant la représentation ECPrivateKey de cette clé.
Exceptions
La clé n’a pas pu être exportée.