Computes the SHA256 hash for the input data using the managed library.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public class SHA256 : BlockHashAlgorithm
Visual Basic
Public Class SHA256 _
	Inherits BlockHashAlgorithm
Visual C++
public ref class SHA256 : public BlockHashAlgorithm

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography..::..HashAlgorithm
    LLCryptoLib.Hash..::..BlockHashAlgorithm
      LLCryptoLib.Hash..::..SHA256

See Also