karthik v

karthik v

  • NA
  • 109
  • 70.6k

Password Validator in C#

Sep 7 2011 6:45 PM
Hi Experts
I have a case where i need to validate the password for the following cases 
1) at least one lower case letter
2) at least one upper case letter
3) at least special character
4) at least one number

In the above conditions if any of the three conditions are satisfied then the password is okay .

Can any one help me with this issue?

Answers (5)