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

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

Syntax

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

See Also