Share via


HashAlgorithm.State 欄位

定義

表示雜湊計算的狀態。

protected: int State;
protected int State;
val mutable State : int
Protected State As Integer 

欄位值

備註

此欄位可用來防止使用者在哈希作業期間變更索引鍵哈希演算法的索引鍵。 當金鑰變更合法時,此字段的值在哈希作業前後都是零。 當索引鍵變更不合法時,此字段的值是非零值。

適用於