Freigeben über


NonCryptographicHashAlgorithm(Int32) Konstruktor

Definition

Wird von Konstruktoren in abgeleiteten Klassen aufgerufen, um die NonCryptographicHashAlgorithm-Klasse zu initialisieren.

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

Parameter

hashLengthInBytes
Int32

Die Anzahl der Bytes, die aus diesem Hashalgorithmus erzeugt werden.

Ausnahmen

hashLengthInBytes ist kleiner als 1.

Gilt für: