SecurityHelperVerifyMD5Hash Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic static bool VerifyMD5Hash(
string val,
string hash
)
Public Shared Function VerifyMD5Hash (
val As String,
hash As String
) As Boolean
public:
static bool VerifyMD5Hash(
String^ val,
String^ hash
)
static member VerifyMD5Hash :
val : string *
hash : string -> bool
Parameters
- val
- Type: SystemString
- hash
- Type: SystemString
Return Value
Type:
Boolean
See Also