Gets the HashAlgorithm that was the target of the change in the List, if known.

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

Syntax

C#
public HashAlgorithm TargetHashAlgorithm { get; }
Visual Basic (Declaration)
Public ReadOnly Property TargetHashAlgorithm As HashAlgorithm
Visual C++
public:
property HashAlgorithm^ TargetHashAlgorithm {
	HashAlgorithm^ get ();
}

See Also