Click or drag to resize

CRC32 Properties

The CRC32 type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberAutoCache Gets or sets the auto-cache setting of this class.
Public propertyCanReuseTransformGets a value indicating whether the current transform can be reused.
(Inherited from HashAlgorithm)
Public propertyCanTransformMultipleBlocksWhen overridden in a derived class, gets a value indicating whether multiple blocks can be transformed.
(Inherited from HashAlgorithm)
Public propertyCurrentCRC 
Public propertyStatic memberDefaultPolynomial Returns the default polynomial
Public propertyHashGets the value of the computed hash code.
(Inherited from HashAlgorithm)
Public propertyHashSizeGets the size, in bits, of the computed hash code.
(Inherited from HashAlgorithm)
Public propertyInputBlockSizeWhen overridden in a derived class, gets the input block size.
(Inherited from HashAlgorithm)
Public propertyOutputBlockSizeWhen overridden in a derived class, gets the output block size.
(Inherited from HashAlgorithm)
Top
See Also