I have following requirement in my application. I need to maintain password complexity in my application as mention below.
password length is minimum 8 characters, a capital letter, a special character apart from @ and numeric values which are not in sequence
Can anyone help me in getting regular expression for the above criteira or else C# code is also helpful for me.