The Checksum type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkChecksum
Creates an instance of an object that represents data checksum.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkCompareTo
Comparest the checksum with another object of the same type and returns a value indicating whether the current instance precedes, follows or occurs in the same position in the sort order.
Public methodSupported by the .NET Compact FrameworkEquals
Returns a value indicating whether the specified object is equal to this checksum.
(Overrides ValueType..::..Equals(Object).)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetBytes
Returns checksum data.
Public methodSupported by the .NET Compact FrameworkGetHashCode
Returns the hash code for this checksum.
(Overrides ValueType..::..GetHashCode()()()().)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a hex string representation of this checksum.
(Overrides ValueType..::..ToString()()()().)

Operators

  NameDescription
Public operatorStatic memberSupported by the .NET Compact FrameworkImplicitWideningImplicitImplicitImplicit(Checksum to String)
Implicit conversion from Checksum to string.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAlgorithm
Returns checksum algorithm.
Public propertySupported by the .NET Compact FrameworkValue
Returns a hex string representation of the checksum.

See Also