Click or drag to resize

HashInit Method

Initialises the Hash object ready for repeated incremental operations.

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public bool Init(
	HashAlgorithm hashAlg
)

Parameters

hashAlg  HashAlgorithm
Hash algorithm to be used (SHA-1, SHA-2, SHA-3 only)

Return Value

Boolean
True if successful, False if failed
Remarks
Only the SHA families of hash functions (SHA-1, SHA-2, SHA-3) are supported in object mode.
See Also