Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeEncryptionHandler.StartKeyGenerationAlgorithm

TElOpenOfficeEncryptionHandler     See also     


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


Specifies the algorithm used to generate a start key from the user password.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property StartKeyGenerationAlgorithm : Integer;

[C++]
    int32_t get_StartKeyGenerationAlgorithm();
    void set_StartKeyGenerationAlgorithm(int32_t Value);

[PHP]
    integer get_StartKeyGenerationAlgorithm()
    void set_StartKeyGenerationAlgorithm(integer $Value)

[Java]
    not available

Values:

Description

This property specifies the algorithm used to generate a start key from the user password.

See also:     ChecksumAlgorithm     EncryptionAlgorithm    

Discuss this help topic in SecureBlackbox Forum