Discuss this help topic in SecureBlackbox Forum
Specifies if the algorithm is a hash algorithm.
Declaration
[C#]
bool IsHashAlgorithm;
[VB.NET]
Property IsHashAlgorithm As Boolean
[Pascal]
property IsHashAlgorithm : boolean;
[C++]
bool get_IsHashAlgorithm();
[PHP]
bool get_IsHashAlgorithm()
[Java]
boolean getIsHashAlgorithm();
Description
This read-only property is
True if the algorithm is a digest (hash) algorithm.
Otherwise this property value is
False.
Discuss this help topic in SecureBlackbox Forum