Edit

Share via


MLDsa.ExportMLDsaPrivateKeyCore(Span<Byte>) Method

Definition

When overridden in a derived class, exports the FIPS 204 private key to the specified buffer.

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

Parameters

destination
Span<Byte>

The buffer to receive the private key.

Applies to