Discuss this help topic in SecureBlackbox Forum

TElPDFSecurityHandler.StringEncryptionKeyBits

TElPDFSecurityHandler     See also     


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


Contains number of bits in the string encryption key

Declaration

[C#]
    int StringEncryptionKeyBits;

[VB.NET]
    Property StringEncryptionKeyBits As Integer

[Pascal]
    property StringEncryptionKeyBits : integer;

[C++]
    int32_t get_StringEncryptionKeyBits();
    void set_StringEncryptionKeyBits(int32_t Value);

[PHP]
    integer get_StringEncryptionKeyBits()
    void set_StringEncryptionKeyBits(integer $Value)

[Java]
    int getStringEncryptionKeyBits();
    void setStringEncryptionKeyBits(int Value);

Description

    This property specifies number of bits in the string encryption key.

Discuss this help topic in SecureBlackbox Forum