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