共用方式為


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。

適用於