Represents SHA-384 hash algorithm.

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

Syntax

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

Inheritance Hierarchy

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also