System.Security.Cryptography.MACTripleDES Members

The members of System.Security.Cryptography.MACTripleDES are listed below.

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

Public Constructors

Initializes a new instance of the System.Security.Cryptography.MACTripleDES class.

Initializes a new instance of the System.Security.Cryptography.MACTripleDES class with the specified key data.

Initializes a new instance of the System.Security.Cryptography.MACTripleDES class with the specified key data and using the specified implementation of System.Security.Cryptography.TripleDES.

Public Properties

PaddingPaddingMode.

Gets or sets the padding mode used in the hashing algorithm.

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.