Edit

Share via


MLDsa.ExportMLDsaPrivateSeed Method

Definition

Overloads

ExportMLDsaPrivateSeed()

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

Returns

Byte[]

Applies to

ExportMLDsaPrivateSeed(Span<Byte>)

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

Parameters

destination
Span<Byte>

Applies to