Returns the number of bytes in the message digest for the given hash algorithm.
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic static int LengthInBytes(
HashAlgorithm hashAlg
)
Public Shared Function LengthInBytes (
hashAlg As HashAlgorithm
) As Integer
Parameters
- hashAlg HashAlgorithm
- Hash algorithm
Return Value
Int32The length in bytes of the message digest output.
See Also