SecpECDSASignature..::..WriteDerToSpan Method

Namespace:  SecretNET.Crypto.Secp256k1
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public bool WriteDerToSpan(
	Span<byte> sig,
	out int size
)

Parameters

sig
Type: Span<(Of <(<'Byte>)>)>
size
Type: Int32%