ハッシュを計算するために、オブジェクトに書き込んだデータを MD5 ハッシュ アルゴリズムにルーティングします。
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
配列内でデータとして使用されるバイトの数。
例外
| 例外の種類 | 条件 |
|---|---|
| CryptographicException | 暗号サービス プロバイダ (CSP) を取得できません。
または ハッシュを作成できません。 |
解説
このメソッドは、アプリケーション コードでは直接呼び出されません。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
MD5CryptoServiceProvider クラス | MD5CryptoServiceProvider メンバ | System.Security.Cryptography 名前空間 | HashAlgorithm | 暗号サービス