Edit

Share via


SlhDsa.TryExportSubjectPublicKeyInfo(Span<Byte>, Int32) Method

Definition

public:
 bool TryExportSubjectPublicKeyInfo(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten);
public bool TryExportSubjectPublicKeyInfo(Span<byte> destination, out int bytesWritten);
member this.TryExportSubjectPublicKeyInfo : Span<byte> * int -> bool
Public Function TryExportSubjectPublicKeyInfo (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean

Parameters

destination
Span<Byte>
bytesWritten
Int32

Returns

Applies to