PbeParameters.IterationCount Property

Definition

Gets the iteration count to provide to the Key Derivation Function (KDF) to turn a password into an encryption key.

public:
 property int IterationCount { int get(); };
public int IterationCount { get; }
member this.IterationCount : int
Public ReadOnly Property IterationCount As Integer

Property Value

The iteration count to provide to the Key Derivation Function (KDF) to turn a password into an encryption key.

Applies to