Initialises the Hash object ready for repeated incremental operations.
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic bool Init(
HashAlgorithm hashAlg
)
Public Function Init (
hashAlg As HashAlgorithm
) As Boolean
Parameters
- hashAlg HashAlgorithm
- Hash algorithm to be used (SHA-1, SHA-2, SHA-3 only)
Return Value
BooleanTrue if successful, False if failed
RemarksOnly the SHA families of hash functions (SHA-1, SHA-2, SHA-3) are supported in object mode.
See Also