Udostępnij za pośrednictwem


NonCryptographicHashAlgorithm(Int32) Konstruktor

Definicja

Wywoływane z konstruktorów w klasach pochodnych w celu zainicjowania NonCryptographicHashAlgorithm klasy.

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

Parametry

hashLengthInBytes
Int32

Liczba bajtów wygenerowanych na podstawie tego algorytmu skrótu.

Wyjątki

hashLengthInBytes wartość jest mniejsza niż 1.

Dotyczy