Discuss this help topic in SecureBlackbox Forum

TElDefaultDataStorageSecurityHandler.AuthHashSize

TElDefaultDataStorageSecurityHandler     See also     


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


Specifies size of data authentication hash.

Declaration

[C#]
    int AuthHashSize;

[VB.NET]
    Property AuthHashSize As Integer

[Pascal]
    property AuthHashSize : integer;

[C++]
    int32_t get_AuthHashSize();
    void set_AuthHashSize(int32_t Value);

[PHP]
    integer get_AuthHashSize()
    void set_AuthHashSize(integer $Value)

[Java]
    int getAuthHashSize();
    void setAuthHashSize(int Value);

Values:

Description

    Use this property to specify data authentication hash size.

See also:     AuthBlockSize     AuthDigestAlgorithm    

Discuss this help topic in SecureBlackbox Forum