Discuss this help topic in SecureBlackbox Forum
Specifies digest algorithm.
Declaration
[Pascal]
property ChecksumAlgorithm : Integer;
[C++]
int32_t get_ChecksumAlgorithm();
void set_ChecksumAlgorithm(int32_t Value);
[PHP]
integer get_ChecksumAlgorithm()
void set_ChecksumAlgorithm(integer $Value)
Values:
Description
This property specifies the digest algorithm used to compute checksum.
Discuss this help topic in SecureBlackbox Forum