Mono Class Library: Overview

System.Security.Cryptography.SHA1CryptoServiceProvider: Members

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

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

Public Constructors

Documentation for this section has not yet been entered.

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.