Mono Class Library: Overview

System.Security.Cryptography.SHA1CryptoServiceProvider: Method Members

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

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

Public Methods

Finalize()
Documentation for this section has not yet been entered.
override
Initialize()
Resets the class after use. Called automatically after hashing is done.

Protected Methods

override
Dispose(bool)
Documentation for this section has not yet been entered.
override
HashCore(byte[], int, int)
Drives the hashing function.
override
HashFinal() : byte[]
This finalizes the hash. Takes the data from the chaining variables and returns it.