HashAlgorithm.State フィールド
ハッシュ計算の状態を表します。
Protected State As Integer
[C#]
protected int State;
[C++]
protected: int State;
[JScript]
protected var State : int;
解説
このフィールドは、ハッシュ演算時に、キー付きハッシュ アルゴリズムのキーをユーザーが変更しないようにするために使用します。このフィールドの値は、キーの変更が許可されている場合、ハッシュ演算の前後で 0 です。それ以外の場合は 0 以外の値です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
HashAlgorithm クラス | HashAlgorithm メンバ | System.Security.Cryptography 名前空間 | 暗号サービス