Overload | Description |
---|---|
GetHash(String,Encoding) | Calculate the MD5 hash of the specified string input and encoding |
GetHash(String) | Calculate the MD5 has of the specified string input with UTF8 encoding |
GetHash(Byte[]) | Calculate the binary MD5 hash of a binary input |