SHA256Hash MembersSSH .NET Client Library Documentation

The SHA256Hash type exposes the following members.
Constructors

  NameDescription
Public methodSHA256Hash
Initializes a new instance of the OnlineSHA1 class.
Back to Top
Methods

  NameDescription
Public methodOnlineClear
Releases all resources used by the OnlineHashAlgorithm class.
(Inherited from OnlineHashAlgorithm.)
Public methodOnlineComputeHash(Stream)
Computes the hash value for the specified OnlineStream object.
(Inherited from OnlineHashAlgorithm.)
Public methodOnlineComputeHash( Byte )
Computes the hash value for the specified byte array.
(Inherited from OnlineHashAlgorithm.)
Public methodOnlineComputeHash( Byte , Int32, Int32)
Computes the hash value for the specified region of the specified byte array.
(Inherited from OnlineHashAlgorithm.)
Public methodOnlineDispose 
Releases all resources used by the current instance of the OnlineHashAlgorithm class.
(Inherited from OnlineHashAlgorithm.)
Protected methodOnlineDispose(Boolean)
Releases the unmanaged resources used by the OnlineHashAlgorithm and optionally releases the managed resources.
(Inherited from OnlineHashAlgorithm.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodHashCore
Routes data written to the object into the hash algorithm for computing the hash.
(Overrides OnlineHashAlgorithm HashCore( Byte , Int32, Int32).)
Protected methodHashFinal
Finalizes the hash computation after the last data is processed by the cryptographic stream object.
(Overrides OnlineHashAlgorithm HashFinal .)
Public methodInitialize
Initializes an implementation of the OnlineHashAlgorithm class.
(Overrides OnlineHashAlgorithm Initialize .)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineTransformBlock
Computes the hash value for the specified region of the input byte array and copies the resulting hash value to the specified region of the output byte array.
(Inherited from OnlineHashAlgorithm.)
Public methodOnlineTransformFinalBlock
Computes the hash value for the specified region of the specified byte array.
(Inherited from OnlineHashAlgorithm.)
Back to Top
Fields

  NameDescription
Protected fieldOnlineHashSizeValue
Represents the size, in bits, of the computed hash code.
(Inherited from OnlineHashAlgorithm.)
Protected fieldOnlineHashValue
Represents the value of the computed hash code.
(Inherited from OnlineHashAlgorithm.)
Protected fieldOnlineState
Represents the state of the hash computation.
(Inherited from OnlineHashAlgorithm.)
Back to Top
Properties

  NameDescription
Public propertyCanReuseTransform
Gets a value indicating whether the current transform can be reused.
(Overrides OnlineHashAlgorithm CanReuseTransform.)
Public propertyCanTransformMultipleBlocks
Gets a value indicating whether multiple blocks can be transformed.
(Overrides OnlineHashAlgorithm CanTransformMultipleBlocks.)
Public propertyOnlineHash
Gets the value of the computed hash code.
(Inherited from OnlineHashAlgorithm.)
Public propertyHashSize
Gets the size, in bits, of the computed hash code.
(Overrides OnlineHashAlgorithm HashSize.)
Public propertyInputBlockSize
Gets the input block size.
(Overrides OnlineHashAlgorithm InputBlockSize.)
Public propertyOutputBlockSize
Gets the output block size.
(Overrides OnlineHashAlgorithm OutputBlockSize.)
Back to Top
See Also