Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeXMLManifestKeyDerivation.IterationCount

TElOpenOfficeXMLManifestKeyDerivation     See also     


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


Specifies the number of iterations used to derive the key.

Declaration

[C#]
    int IterationCount;

[VB.NET]
    Property IterationCount As Integer

[Pascal]
    property IterationCount : integer;

[C++]
    int32_t get_IterationCount();
    void set_IterationCount(int32_t Value);

[PHP]
    integer get_IterationCount()
    void set_IterationCount(integer $Value)

[Java]
    int getIterationCount();
    void setIterationCount(int Value);

Description

    Use this property to specify the number of iterations used by the key derivation algorithm to derive the key.

See also:     KeyDerivationName    

Discuss this help topic in SecureBlackbox Forum