Share via


HMACSHA256.HashCore Metode

Definisi

Overload

HashCore(ReadOnlySpan<Byte>)

Merutekan data yang ditulis ke objek ke dalam algoritma HMAC untuk menghitung HMAC.

HashCore(Byte[], Int32, Int32)

Merutekan data yang ditulis ke objek ke dalam algoritma HMAC untuk menghitung HMAC.

HashCore(ReadOnlySpan<Byte>)

Sumber:
HMACSHA256.cs
Sumber:
HMACSHA256.cs
Sumber:
HMACSHA256.cs

Merutekan data yang ditulis ke objek ke dalam algoritma HMAC untuk menghitung HMAC.

protected:
 override void HashCore(ReadOnlySpan<System::Byte> source);
protected override void HashCore (ReadOnlySpan<byte> source);
override this.HashCore : ReadOnlySpan<byte> -> unit
Protected Overrides Sub HashCore (source As ReadOnlySpan(Of Byte))

Parameter

source
ReadOnlySpan<Byte>

Input untuk menghitung HMAC.

Berlaku untuk

HashCore(Byte[], Int32, Int32)

Sumber:
HMACSHA256.cs
Sumber:
HMACSHA256.cs
Sumber:
HMACSHA256.cs

Merutekan data yang ditulis ke objek ke dalam algoritma HMAC untuk menghitung HMAC.

protected:
 override void HashCore(cli::array <System::Byte> ^ rgb, int ib, int cb);
protected override void HashCore (byte[] rgb, int ib, int cb);
override this.HashCore : byte[] * int * int -> unit
Protected Overrides Sub HashCore (rgb As Byte(), ib As Integer, cb As Integer)

Parameter

rgb
Byte[]

Input untuk menghitung HMAC.

ib
Int32

Offset ke dalam array byte untuk mulai menggunakan data.

cb
Int32

Jumlah byte dalam array byte untuk digunakan sebagai data.

Berlaku untuk