System.Security.Cryptography.MD5CryptoServiceProvider Members

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

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

Public Constructors

Public Methods

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

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

Protected Methods

override
Dispose(bool)

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

override
HashCore(byte[], int, int)

Routes data written to the object into the System.Security.Cryptography.MD5 hash algorithm for computing the hash value.

override
HashFinal() : byte[]

Returns the computed System.Security.Cryptography.MD5CryptoServiceProvider hash value as an array of bytes after all data has been written to the object.