X25519DiffieHellman.ExportPublicKey Method

Definition

Overloads

ExportPublicKey()

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

Returns

Byte[]

Applies to

ExportPublicKey(Span<Byte>)

Source:
X25519DiffieHellman.cs
public:
 void ExportPublicKey(Span<System::Byte> destination);
public void ExportPublicKey(Span<byte> destination);
member this.ExportPublicKey : Span<byte> -> unit
Public Sub ExportPublicKey (destination As Span(Of Byte))

Parameters

destination
Span<Byte>

Applies to