public static bool VerifyPassword( string password, string passwordFormat, string encodedPassword )
Parameters
- password
- The clear text password to check for a match
- passwordFormat
- The format of the encoded password
- encodedPassword
- The encoded password to check for a match
Return Value
True if the passwords are a match; false otherwise