NonCryptographicHashAlgorithm(Int32) コンストラクター

定義

NonCryptographicHashAlgorithm クラスを初期化するために、派生クラスのコンストラクターから呼び出されます。

protected:
 NonCryptographicHashAlgorithm(int hashLengthInBytes);
protected NonCryptographicHashAlgorithm (int hashLengthInBytes);
new System.IO.Hashing.NonCryptographicHashAlgorithm : int -> System.IO.Hashing.NonCryptographicHashAlgorithm
Protected Sub New (hashLengthInBytes As Integer)

パラメーター

hashLengthInBytes
Int32

このハッシュ アルゴリズムから生成されたバイト数。

例外

hashLengthInBytes が 1 未満です。

適用対象