PBEParameterSpec.IterationCount Property

Definition

Returns the iteration count.

public virtual int IterationCount { [Android.Runtime.Register("getIterationCount", "()I", "GetGetIterationCountHandler")] get; }
[<get: Android.Runtime.Register("getIterationCount", "()I", "GetGetIterationCountHandler")>]
member this.IterationCount : int

Property Value

the iteration count

Attributes

Remarks

Returns the iteration count.

Java documentation for javax.crypto.spec.PBEParameterSpec.getIterationCount().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to