Gets or sets the number of passes.

Namespace: Classless.Hasher
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

Syntax

C#
public short Passes { get; set; }
Visual Basic
Public Property Passes As Short
	Get
	Set
Visual C++
public:
property short Passes {
	short get ();
	void set (short value);
}

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionWhen the specified value is not either 4 or 8.

See Also