The MD5SHA1 type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCanReuseTransform
Gets a value indicating whether the current transform can be reused.
(Inherited from HashAlgorithm.)
Public propertySupported by the .NET Compact FrameworkCanTransformMultipleBlocks
When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed.
(Inherited from HashAlgorithm.)
Public propertySupported by the .NET Compact FrameworkHash
Gets the value of the computed hash code.
(Inherited from HashAlgorithm.)
Public propertySupported by the .NET Compact FrameworkHashSize
Gets the size, in bits, of the computed hash code.
(Inherited from HashAlgorithm.)
Public propertySupported by the .NET Compact FrameworkInputBlockSize
When overridden in a derived class, gets the input block size.
(Inherited from HashAlgorithm.)
Public propertySupported by the .NET Compact FrameworkMD5
Returns the underlying instance of the MD5 object that is used to compute the MD5 part of the combined hash.
Public propertySupported by the .NET Compact FrameworkOutputBlockSize
When overridden in a derived class, gets the output block size.
(Inherited from HashAlgorithm.)
Public propertySupported by the .NET Compact FrameworkSHA1
Returns the underlying instance of the SHA1 object that is used to compute the SHA1 part of the combined hash.

See Also