KeyDerivationParameters.IterationCount Property

Definition

Retrieves the number of iterations used to derive the key. For more information, see BuildForPbkdf2.

public:
 property unsigned int IterationCount { unsigned int get(); };
uint32_t IterationCount();
public uint IterationCount { get; }
var uInt32 = keyDerivationParameters.iterationCount;
Public ReadOnly Property IterationCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

Iteration count.

Remarks

The number of iterations is specified in the BuildForPbkdf2 method.

Applies to