Gets the HashAlgorithmParameters being used by this HashAlgorithm.

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

Syntax

C#
HashAlgorithmParameters Parameters { get; }
Visual Basic (Declaration)
ReadOnly Property Parameters As HashAlgorithmParameters
Visual C++
property HashAlgorithmParameters^ Parameters {
	HashAlgorithmParameters^ get ();
}

See Also