Discuss this help topic in SecureBlackbox Forum
Specifies the number of iterations used to derive the key.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum