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