예제 #1
0
 internal bool IsMatch(string plainText)
 {
     return(HashProvider.VerifyHash(plainText, HashValue));
 }