StringExtrasGetMd5Hash Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string GetMd5Hash(
MD5 md5Hash,
string input
)
Public Shared Function GetMd5Hash (
md5Hash As MD5,
input As String
) As String
public:
static String^ GetMd5Hash(
MD5^ md5Hash,
String^ input
)
static member GetMd5Hash :
md5Hash : MD5 *
input : string -> string
Parameters
- md5Hash
- Type: System.Security.CryptographyMD5
- input
- Type: SystemString
Return Value
Type:
String
See Also