IterationCount Property
Collapse the table of content
Expand the table of content

Rfc2898DeriveBytes.IterationCount Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the number of iterations for the operation.

Namespace:  System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Property IterationCount As Integer

Property Value

Type: System.Int32
The number of iterations for the operation.

ExceptionCondition
ArgumentOutOfRangeException

The number of iterations is less than 1.

Iteration count is the number of times an operation is performed. For this property, the count should be greater than zero. The minimum recommended number of iterations is 1000.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft