Base class for SHA-2 hash algorithms.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Class SHA2Managed _
	Inherits HashAlgorithm
C#
public class SHA2Managed : HashAlgorithm

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography..::..HashAlgorithm
    Rebex.Security.Cryptography..::..SHA2Managed
      Rebex.Security.Cryptography..::..SHA256Managed
      Rebex.Security.Cryptography..::..SHA384Managed
      Rebex.Security.Cryptography..::..SHA512Managed

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also