System.Security.Cryptography.SHA512Managed Members

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

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

Public Constructors

Initializes a new instance of the System.Security.Cryptography.SHA512Managed class.

Public Methods

override
Initialize()

Initializes an instance of the System.Security.Cryptography.SHA512Managed class using the managed library.

Protected Methods

override
HashCore(byte[], int, int)

When overridden in a derived class, routes data written to the object into the System.Security.Cryptography.SHA512Managed hash algorithm for computing the hash.

override
HashFinal() : byte[]

When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object.