次の方法で共有


HMACSHA1.HashCore メソッド

HMAC (Hash-based Message Authentication Code) を計算するために、オブジェクトに書き込まれたデータを SHA1 ハッシュ アルゴリズムにルーティングします。

Overrides Protected Sub HashCore( _
   ByVal rgb() As Byte, _   ByVal ib As Integer, _   ByVal cb As Integer _)
[C#]
protected override void HashCore(byte[] rgb,intib,intcb);
[C++]
protected: void HashCore(unsigned charrgb __gc[],intib,intcb);
[JScript]
protected override function HashCore(
   rgb : Byte[],ib : int,cb : int);

パラメータ

  • rgb
    入力データ。
  • ib
    バイト配列内のデータの使用開始位置を示すオフセット。
  • cb
    データとして使用する配列のバイト数。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

HMACSHA1 クラス | HMACSHA1 メンバ | System.Security.Cryptography 名前空間 | HashAlgorithm | 暗号サービス