System.Security.Cryptography.MACTripleDES: Method Members

The methods of System.Security.Cryptography.MACTripleDES are listed below. For a list of all members, see the MACTripleDES Members list.

See Also: Inherited members from System.Security.Cryptography.KeyedHashAlgorithm

Public Methods

Finalize()
Documentation for this section has not yet been entered.
override
Initialize()

Initializes an instance of System.Security.Cryptography.MACTripleDES.

Protected Methods

override
Dispose(bool)

Releases the unmanaged resources used by the System.Security.Cryptography.MACTripleDES and optionally releases the managed resources.

override
HashCore(byte[], int, int)

Routes data written to the object into the System.Security.Cryptography.TripleDES encryptor for computing the Message Authentication Code (MAC).

override
HashFinal() : byte[]

Returns the computed Message Authentication Code (MAC) after all data is written to the object.