Discuss this help topic in SecureBlackbox Forum

TElDefaultDataStorageSecurityHandler.AuthDigestAlgorithm

TElDefaultDataStorageSecurityHandler     See also     


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


Contains data authentication digest algorithm.

Declaration

[C#]
    int AuthDigestAlgorithm;

[VB.NET]
    Property AuthDigestAlgorithm As Integer

[Pascal]
    property AuthDigestAlgorithm : integer;

[C++]
    int32_t get_AuthDigestAlgorithm();
    void set_AuthDigestAlgorithm(int32_t Value);

[PHP]
    integer get_AuthDigestAlgorithm()
    void set_AuthDigestAlgorithm(integer $Value)

[Java]
    int getAuthDigestAlgorithm();
    void setAuthDigestAlgorithm(int Value);

Values:

Description

    Use this property to specify data authentication digest algorithm.

See also:     AuthDigestLocation     AuthBlockSize     AuthHashSize    

Discuss this help topic in SecureBlackbox Forum