Mono Class Library: Overview

System.Security.Cryptography.SHA256Managed: Members

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

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

Public Constructors

Creates a new SHA256Managed class.

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.