HMACSHA384.HashCore Method

Definition

Overloads

HashCore(ReadOnlySpan<Byte>)

Routes data written to the object into the HMAC algorithm for computing the HMAC.

HashCore(Byte[], Int32, Int32)

Routes data written to the object into the HMAC algorithm for computing the HMAC.

HashCore(ReadOnlySpan<Byte>)

Source:
HMACSHA384.cs
Source:
HMACSHA384.cs
Source:
HMACSHA384.cs

Routes data written to the object into the HMAC algorithm for computing the HMAC.

protected override void HashCore (ReadOnlySpan<byte> source);

Parameters

source
ReadOnlySpan<Byte>

The input to compute the HMAC for.

Applies to

.NET 9 and other versions
Product Versions
.NET Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Standard 2.1

HashCore(Byte[], Int32, Int32)

Source:
HMACSHA384.cs
Source:
HMACSHA384.cs
Source:
HMACSHA384.cs

Routes data written to the object into the HMAC algorithm for computing the HMAC.

protected override void HashCore (byte[] rgb, int ib, int cb);

Parameters

rgb
Byte[]

The input to compute the HMAC for.

ib
Int32

The offset into the byte array from which to begin using data.

cb
Int32

The number of bytes in the byte array to use as data.

Applies to

.NET 9 and other versions
Product Versions
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Standard 1.3, 1.4, 1.6, 2.1