Tungsten
MD5VerifyMd5Hash Method |
Verifies a hash against a string
Namespace: W.Encryption
Assembly: Tungsten.Encryption (in Tungsten.Encryption.dll) Version: 2.0.2
Syntax
C#
public static bool VerifyMd5Hash( string input, string hash )
Parameters
- input
- Type: SystemString
The string to verify - hash
- Type: SystemString
The MD5 hash used in the verification
Return Value
Type: BooleanTrue if the input string is verified, otherwise False
See Also