Click or drag to resize

Crc32 Class

Inheritance Hierarchy
SystemObject
  System.Security.CryptographyHashAlgorithm
    Ozeki.CommonCrc32

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public class Crc32 : HashAlgorithm

The Crc32 type exposes the following members.

Constructors
  NameDescription
Public methodCrc32
Initializes a new instance of the Crc32 class
Top
Properties
  NameDescription
Public propertyCrcValue
Public propertyHashSize (Overrides HashAlgorithmHashSize.)
Top
Methods
  NameDescription
Protected methodHashCore (Overrides HashAlgorithmHashCore(Byte, Int32, Int32).)
Protected methodHashFinal (Overrides HashAlgorithmHashFinal.)
Public methodInitialize (Overrides HashAlgorithmInitialize.)
Top
See Also