Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeEncryptionHandler.ChecksumAlgorithm

TElOpenOfficeEncryptionHandler     See also     


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


Specifies digest algorithm.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property ChecksumAlgorithm : Integer;

[C++]
    int32_t get_ChecksumAlgorithm();
    void set_ChecksumAlgorithm(int32_t Value);

[PHP]
    integer get_ChecksumAlgorithm()
    void set_ChecksumAlgorithm(integer $Value)

[Java]
    not available

Values:

Description

This property specifies the digest algorithm used to compute checksum.

See also:     EncryptionAlgorithm     StartKeyGenerationAlgorithm    

Discuss this help topic in SecureBlackbox Forum