X25519DiffieHellman.ExportPrivateKey Methode

Definitie

Overloads

ExportPrivateKey()

Bron:
X25519DiffieHellman.cs
public:
 cli::array <System::Byte> ^ ExportPrivateKey();
public byte[] ExportPrivateKey();
member this.ExportPrivateKey : unit -> byte[]
Public Function ExportPrivateKey () As Byte()

Retouren

Byte[]

Van toepassing op

ExportPrivateKey(Span<Byte>)

Bron:
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))

Parameters

destination
Span<Byte>

Van toepassing op