Discuss this help topic in SecureBlackbox Forum

TElDefaultDataStorageSecurityHandler.AuthKeyLen

TElDefaultDataStorageSecurityHandler     See also     


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


Specifies length of the key used for data authentication.

Declaration

[C#]
    int AuthKeyLen;

[VB.NET]
    Property AuthKeyLen As Integer

[Pascal]
    property AuthKeyLen : integer;

[C++]
    int32_t get_AuthKeyLen();
    void set_AuthKeyLen(int32_t Value);

[PHP]
    integer get_AuthKeyLen()
    void set_AuthKeyLen(integer $Value)

[Java]
    int getAuthKeyLen();
    void setAuthKeyLen(int Value);

Values:

Description

    Use this property to specify length of the data authentication key in bits.

See also:     AuthDigestAlgorithm    

Discuss this help topic in SecureBlackbox Forum