CRC32

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

Syntax

C#
public class CRC32 : HashAlgorithm
Visual Basic
Public Class CRC32 _
	Inherits HashAlgorithm
Visual C++
public ref class CRC32 : public HashAlgorithm

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography..::..HashAlgorithm
    LLCryptoLib.Hash..::..CRC32

See Also