X25519DiffieHellman.ExportPrivateKey Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| ExportPrivateKey() | |
| ExportPrivateKey(Span<Byte>) |
ExportPrivateKey()
- Origem:
- X25519DiffieHellman.cs
public:
cli::array <System::Byte> ^ ExportPrivateKey();
public byte[] ExportPrivateKey();
member this.ExportPrivateKey : unit -> byte[]
Public Function ExportPrivateKey () As Byte()
Retornos
Aplica-se a
ExportPrivateKey(Span<Byte>)
- Origem:
- 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))