NonCryptographicHashAlgorithm(Int32) Construtor

Definição

Chamado a partir de construtores em classes derivadas para inicializar a NonCryptographicHashAlgorithm classe.

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

Parâmetros

hashLengthInBytes
Int32

O número de bytes produzidos a partir deste algoritmo de hash.

Exceções

hashLengthInBytes é inferior a 1.

Aplica-se a