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

Public Methods

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

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

Protected Methods

override
Dispose(bool)

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

override
HashCore(byte[], int, int)

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

override
HashFinal() : byte[]

Returns the computed System.Security.Cryptography.SHA1 hash value after all data has been written to the object.