Class Sha256HashAlgorithm
The SHA256 hash algorithm wrapped in the IHashAlgorithm interface so it can be used across .Net frameworks.
Inheritance
System.Object
Sha256HashAlgorithm
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 Sha256HashAlgorithm : IHashAlgorithm
Properties
Name | Description |
---|---|
Name | Returns the string "SHA256". |
Name | Returns the string "SHA256". |
Name | Returns the string "SHA256". |
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 |