Gets or sets the Tiger algorithm variation.

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

Syntax

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

See Also