A class that contains the parameters necessary to initialize a Sum algorithm.

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

Syntax

C#
public class SumParameters : HashAlgorithmParameters
Visual Basic (Declaration)
Public Class SumParameters _
	Inherits HashAlgorithmParameters
Visual C++
public ref class SumParameters : public HashAlgorithmParameters

Inheritance Hierarchy

System..::.Object
  Classless.Hasher..::.HashAlgorithmParameters
    Classless.Hasher..::.SumParameters

See Also