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

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

Syntax

C#
public class SumParameters : HashAlgorithmParameters
Visual Basic
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