Click or drag to resize

CRC32 Methods

The CRC32 type exposes the following members.

Methods
 NameDescription
Protected methodStatic memberBuildCRC32Table Builds a crc32 table given a polynomial
Public methodStatic memberClearCache 
Public methodComputeHash(Byte) Overloaded. Computes the hash value for the input data.
Public methodComputeHash(Stream) Computes the hash value for the specified Stream.
Public methodComputeHash(Byte, Int32, Int32) Overloaded. Computes the hash value for the input data.
Protected methodHashCore 
Protected methodHashFinal 
Public methodInitialize Initializes an implementation of HashAlgorithm.
Protected methodStatic memberReflect 
Top
See Also