Gets the HashAlgorithmParameters being used by this HashAlgorithm.

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

Syntax

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

See Also