PasswordDeriveBytes.IterationCount Vlastnost

Definice

Získá nebo nastaví počet iterací pro operaci.

public:
 property int IterationCount { int get(); void set(int value); };
public int IterationCount { get; set; }
member this.IterationCount : int with get, set
Public Property IterationCount As Integer

Hodnota vlastnosti

Počet iterací pro operaci.

Výjimky

Počet iterací je pevný a je proveden pokus o změnu této hodnoty.

Vlastnost nelze nastavit, protože její hodnota je mimo rozsah. Tato vlastnost vyžaduje nezáporné číslo.

Platí pro

Viz také