HMac T  MembersSSH .NET Client Library Documentation

The HMac T  type exposes the following members.
Constructors

  NameDescription
Public methodHMac T 
Rfc 2104.
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 methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Overrides OnlineKeyedHashAlgorithm Dispose(Boolean).)
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
Hashes the core.
(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 fieldOnlineKeyValue
The key to use in the hash algorithm.
(Inherited from OnlineKeyedHashAlgorithm.)
Protected fieldOnlineState
Represents the state of the hash computation.
(Inherited from OnlineHashAlgorithm.)
Back to Top
Properties

  NameDescription
Protected propertyBlockSize
Gets the size of the block.
Public propertyOnlineCanReuseTransform
Gets a value indicating whether the current transform can be reused.
(Inherited from OnlineHashAlgorithm.)
Public propertyOnlineCanTransformMultipleBlocks
When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed.
(Inherited from OnlineHashAlgorithm.)
Public propertyOnlineHash
Gets the value of the computed hash code.
(Inherited from OnlineHashAlgorithm.)
Public propertyOnlineHashSize
Gets the size, in bits, of the computed hash code.
(Inherited from OnlineHashAlgorithm.)
Public propertyOnlineInputBlockSize
When overridden in a derived class, gets the input block size.
(Inherited from OnlineHashAlgorithm.)
Public propertyKey
Gets or sets the key to use in the hash algorithm.
(Overrides OnlineKeyedHashAlgorithm Key.)
Public propertyOnlineOutputBlockSize
When overridden in a derived class, gets the output block size.
(Inherited from OnlineHashAlgorithm.)
Back to Top
See Also