Tungsten
![]() |
MD5GetMd5Hash Method (String) |
Generates an MD5 hash of the input string
Namespace: W.Encryption
Assembly: Tungsten.Encryption (in Tungsten.Encryption.dll) Version: 2.0.2

C#
public static string GetMd5Hash( string input )
Parameters
- input
- Type: SystemString
An MD5 hash of this input will be created
Return Value
Type: StringAn MD5 hash of the inputted value
