Discuss this help topic in SecureBlackbox Forum

TElASiCManifest.HashAlgorithm

TElASiCManifest     See also     


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


Specifies the hash algorithm of the manifest.

Declaration

[C#]
    int HashAlgorithm;

[VB.NET]
    Property HashAlgorithm As Integer

[Pascal]
    property HashAlgorithm : integer;

[C++]
    not available

[PHP]
    integer get_HashAlgorithm()
    void set_HashAlgorithm(integer $Value)

[Java]
    int getHashAlgorithm();
    void setHashAlgorithm(int Value);

Values:

Description

Use this property to specify the manifest's hash algorithm.

See also:     Contents    

Discuss this help topic in SecureBlackbox Forum