Edit

Share via


SlhDsa.ExportSlhDsaPublicKey Method

Definition

Overloads

ExportSlhDsaPublicKey(Span<Byte>)

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

Parameters

destination
Span<Byte>

Applies to

ExportSlhDsaPublicKey()

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

Returns

Byte[]

Applies to