Прочитај на енглеском Уреди

Делите путем


HMACSHA3_512.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)

When overridden in a derived class, routes data written to the object into the HMAC algorithm for computing the HMAC value.

HashCore(ReadOnlySpan<Byte>)

Source:
HMACSHA3_512.cs
Source:
HMACSHA3_512.cs

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

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

Parameters

source
ReadOnlySpan<Byte>

The input to compute the HMAC code for.

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 8, 9, 10

HashCore(Byte[], Int32, Int32)

Source:
HMACSHA3_512.cs
Source:
HMACSHA3_512.cs

When overridden in a derived class, routes data written to the object into the HMAC algorithm for computing the HMAC value.

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

Parameters

rgb
Byte[]

The input data.

ib
Int32

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

cb
Int32

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

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 8, 9, 10