HMac T  PropertiesSSH .NET Client Library Documentation
The HMac T  type exposes the following members.
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