HashAlgorithm.HashSizeValue Campo

Definición

Representa el tamaño en bits del código hash calculado.

protected: int HashSizeValue;
protected int HashSizeValue;
val mutable HashSizeValue : int
Protected HashSizeValue As Integer 

Valor de campo

Comentarios

El algoritmo hash especifica el tamaño del código hash. Por ejemplo, SHA1 usa un tamaño hash de 160 bits.

Se tiene acceso a este campo a través de la HashSize propiedad .

Se aplica a