SecpECDSASignature..::..TryCreateFromDer Method

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

Syntax


public static bool TryCreateFromDer(
	ReadOnlySpan<byte> sig,
	out SecpECDSASignature output
)

Parameters

sig
Type: ReadOnlySpan<(Of <(<'Byte>)>)>
output
Type: SecretNET.Crypto.Secp256k1..::..SecpECDSASignature%