Edit

Share via


SlhDsa.ExportSlhDsaPublicKeyCore(Span<Byte>) Method

Definition

When overridden in a derived class, exports the FIPS 205 public key to the specified buffer.

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

Parameters

destination
Span<Byte>

The buffer to receive the public key.

Applies to