Partager via


NonCryptographicHashAlgorithm(Int32) Constructeur

Définition

Appelée à partir des constructeurs des classes dérivées pour initialiser la classe 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)

Paramètres

hashLengthInBytes
Int32

Nombre d’octets produits à partir de cet algorithme de hachage.

Exceptions

hashLengthInBytes est inférieur à 1.

S’applique à