Computes the CRC hash for the input data using the managed library.

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

Syntax

C#
public class Crc : HashAlgorithm, IParametrizedHashAlgorithm
Visual Basic
Public Class Crc _
	Inherits HashAlgorithm _
	Implements IParametrizedHashAlgorithm
Visual C++
public ref class Crc : public HashAlgorithm, 
	IParametrizedHashAlgorithm

Inheritance Hierarchy

See Also