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

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  LLCryptoLib.Hash..::..HashAlgorithmParameters
    LLCryptoLib.Hash..::..CRCParameters

See Also