Mono Class Library: Overview

System.Security.Cryptography.SHA384Managed: Method Members

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

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

Public Methods

override
Initialize()
Resets the class after use. Called automatically after hashing is done.

Protected Methods

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.