Computes hash value in hex format of byte input
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic static string HexFromBytes(
byte[] message,
HashAlgorithm hashAlg
)
Public Shared Function HexFromBytes (
message As Byte(),
hashAlg As HashAlgorithm
) As String
Parameters
- message Byte
- Message data in byte format
- hashAlg HashAlgorithm
- Hash algorithm to be used
Return Value
StringMessage digest in hex-encoded format
See Also