Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeXMLManifestKeyDerivation.KeySize

TElOpenOfficeXMLManifestKeyDerivation     See also     


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


Specifies the size of the key.

Declaration

[C#]
    int KeySize;

[VB.NET]
    Property KeySize As Integer

[Pascal]
    property KeySize : integer;

[C++]
    int32_t get_KeySize();
    void set_KeySize(int32_t Value);

[PHP]
    integer get_KeySize()
    void set_KeySize(integer $Value)

[Java]
    int getKeySize();
    void setKeySize(int Value);

Description

    Use this property to specify the size of the key in bits.

See also:     KeyDerivationName    

Discuss this help topic in SecureBlackbox Forum