Click or drag to resize

HashLengthInBytes Method

Returns the number of bytes in the message digest for the given hash algorithm.

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static int LengthInBytes(
	HashAlgorithm hashAlg
)

Parameters

hashAlg  HashAlgorithm
Hash algorithm

Return Value

Int32
The length in bytes of the message digest output.
See Also