ECDiffieHellman.TryExportPkcs8PrivateKey(Span<Byte>, Int32) Méthode
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.
Tente d’exporter la clé actuelle au format PKCS#8 PrivateKeyInfo dans une mémoire tampon fournie.
public:
override bool TryExportPkcs8PrivateKey(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten);
public override bool TryExportPkcs8PrivateKey (Span<byte> destination, out int bytesWritten);
override this.TryExportPkcs8PrivateKey : Span<byte> * int -> bool
Public Overrides Function TryExportPkcs8PrivateKey (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean
- bytesWritten
- Int32
Quand cette méthode est retournée, contient une valeur qui indique le nombre d’octets écrits dans destination
. Ce paramètre est traité comme étant non initialisé.
true
si destination
est suffisamment grand pour recevoir la sortie ; sinon, false
.
La clé n’a pas pu être exportée.
Produit | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :