Class Sha512HashAlgorithm
The SHA512 hash algorithm wrapped in the IHashAlgorithm interface so it can be used across .Net frameworks.
Inheritance
System.Object
Sha512HashAlgorithm
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Yort.Otp
Assembly: cs.temp.dll.dll
Syntax
public class Sha512HashAlgorithm : IHashAlgorithm
Properties
Name | Description |
---|---|
Name | Returns the string "SHA512". |
Name | Returns the string "SHA512". |
Name | Returns the string "SHA512". |
Methods
Name | Description |
---|---|
ComputeHash(Byte[], Byte[]) | Computes a new hash of |
ComputeHash(Byte[], Byte[]) | Computes a new hash of |
ComputeHash(Byte[], Byte[]) | Computes a new hash of |