NonCryptographicHashAlgorithm(Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從衍生類別中的建構函式呼叫,以將 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。