Hashes..::..HMACSHA512 Method (array<Byte>[]()[][], ReadOnlySpan<(Of <(<'Byte>)>)>, Span<(Of <(<'Byte>)>)>, Int32%)

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

Syntax


public static bool HMACSHA512(
	byte[] key,
	ReadOnlySpan<byte> data,
	Span<byte> output,
	out int outputLength
)

Parameters

key
Type: array<Byte>[]()[][]
data
Type: ReadOnlySpan<(Of <(<'Byte>)>)>
output
Type: Span<(Of <(<'Byte>)>)>
outputLength
Type: Int32%