Edit

Share via


SlhDsa.ExportSlhDsaSecretKey Method

Definition

Overloads

ExportSlhDsaSecretKey()

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

Returns

Byte[]

Applies to

ExportSlhDsaSecretKey(Span<Byte>)

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

Parameters

destination
Span<Byte>

Applies to