Discuss this help topic in SecureBlackbox Forum

TElAlgorithmIdentifier.IsHashAlgorithm

TElAlgorithmIdentifier     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     Algorithm    

Discuss this help topic in SecureBlackbox Forum