X25519DiffieHellman.ExportPublicKeyCore(Span<Byte>) Method

Definition

protected:
 abstract void ExportPublicKeyCore(Span<System::Byte> destination);
protected abstract void ExportPublicKeyCore(Span<byte> destination);
abstract member ExportPublicKeyCore : Span<byte> -> unit
Protected MustOverride Sub ExportPublicKeyCore (destination As Span(Of Byte))

Parameters

destination
Span<Byte>

Applies to