Gets or sets the number of passes.

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

Syntax

C#
public short Passes { get; set; }
Visual Basic (Declaration)
Public Property Passes As Short
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