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
Syntax
| Visual Basic | 
|---|
| Public Property Iterations As Integer Get Set | 
| C# | 
|---|
| public int Iterations { get; set; } | 
 
     
     
     
     
    