Gets or sets the list of HashAlgorithms that are being used.

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

Syntax

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

See Also