Gets or sets the Tiger algorithm variation.

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

Syntax

C#
public TigerAlgorithmType AlgorithmType { get; set; }
Visual Basic (Declaration)
Public Property AlgorithmType As TigerAlgorithmType
Visual C++
public:
property TigerAlgorithmType AlgorithmType {
	TigerAlgorithmType get ();
	void set (TigerAlgorithmType value);
}

See Also