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