Click or drag to resize

Crc32 Properties

The Crc32 type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCrc32cPolynomial
Gets the CRC32c polynomial.
Public propertyStatic memberCrc32dPolynomial
Gets the CRC32d polynomial.
Public propertyStatic memberCrc32Polynomial
Gets the CRC32 polynomial.
Public propertyFinalXorValue
Gets or sets the value used to XOR the final result.
Public propertyInitialValue
Gets or sets the initial value.
Public propertyPolynomial
Gets the polynomial.
Public propertyReverseBits
Gets a value indicating whether to reverse the bits.
Top
See Also