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

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public class Snefru2Parameters : HashAlgorithmParameters
Visual Basic
Public Class Snefru2Parameters _
	Inherits HashAlgorithmParameters
Visual C++
public ref class Snefru2Parameters : public HashAlgorithmParameters

Inheritance Hierarchy

System..::..Object
  LLCryptoLib.Hash..::..HashAlgorithmParameters
    LLCryptoLib.Hash..::..Snefru2Parameters

See Also