X25519DiffieHellman.ExportPrivateKey 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.
Surcharges
| Nom | Description |
|---|---|
| ExportPrivateKey() | |
| ExportPrivateKey(Span<Byte>) |
ExportPrivateKey()
- Source:
- X25519DiffieHellman.cs
public:
cli::array <System::Byte> ^ ExportPrivateKey();
public byte[] ExportPrivateKey();
member this.ExportPrivateKey : unit -> byte[]
Public Function ExportPrivateKey () As Byte()
Retours
S’applique à
ExportPrivateKey(Span<Byte>)
- Source:
- X25519DiffieHellman.cs
public:
void ExportPrivateKey(Span<System::Byte> destination);
public void ExportPrivateKey(Span<byte> destination);
member this.ExportPrivateKey : Span<byte> -> unit
Public Sub ExportPrivateKey (destination As Span(Of Byte))