Discuss this help topic in SecureBlackbox Forum

TElDefaultDataStorageSecurityHandler.AuthDigestLocation

TElDefaultDataStorageSecurityHandler     See also     


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


Specifies data block digest location.

Declaration

[C#]
    TSBDSDigestLocation AuthDigestLocation;

[VB.NET]
    Property AuthDigestLocation As TSBDSDigestLocation

[Pascal]
    property AuthDigestLocation : TSBDSDigestLocation;

[C++]
    TSBDSDigestLocation get_AuthDigestLocation();
    void set_AuthDigestLocation(TSBDSDigestLocation Value);

[PHP]
    integer get_AuthDigestLocation()
    void set_AuthDigestLocation(integer $Value)

[Java]
    TSBDSDigestLocation getAuthDigestLocation();
    void setAuthDigestLocation(TSBDSDigestLocation Value);

Values:

Description

    Use this property to specify the location of data block digests.

See also:     AuthDigestAlgorithm     AuthBlockSize     AuthHashSize    

Discuss this help topic in SecureBlackbox Forum