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.4.54.0
Syntax
public class Crc32 : HashAlgorithm

The Crc32 type exposes the following members.

Constructors
 NameDescription
Public methodCrc32Initializes 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