X25519DiffieHellman.ExportPublicKeyCore(Span<Byte>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))