Click or drag to resize

HashBytesFromBytes Method

Computes hash value in byte format of byte input

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static byte[] BytesFromBytes(
	byte[] message,
	HashAlgorithm hashAlg
)

Parameters

message  Byte
Message data in byte format
hashAlg  HashAlgorithm
Hash algorithm to be used

Return Value

Byte
Message digest in byte format
See Also