Number of iterations for key derivation (derived from the password using PBKDF2 defined by RFC 2898).

Namespace:  Rebex.Security
Assembly:  Rebex.Security (in Rebex.Security.dll)

Syntax

Visual Basic
Public Property Iterations As Integer
	Get
	Set
C#
public int Iterations { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also