次の方法で共有


SHA256Managed.HashCore メソッド

ハッシュを計算するために、オブジェクトに書き込んだデータを SHA256Managed ハッシュ アルゴリズムにルーティングします。

Overrides Protected Sub HashCore( _
   ByVal rgb() As Byte, _   ByVal ibStart As Integer, _   ByVal cbSize As Integer _)
[C#]
protected override void HashCore(byte[] rgb,intibStart,intcbSize);
[C++]
protected: void HashCore(unsigned charrgb __gc[],intibStart,intcbSize);
[JScript]
protected override function HashCore(
   rgb : Byte[],ibStart : int,cbSize : int);

パラメータ

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

必要条件

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

参照

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