I was wondering if there's a built-in method in C# .NET framework to check if a string, representing a new user password is too simple?
For instance, stuff like "1234" or "qwerty" or "33333" is too simple.
PS. I obviously can code all this myself. I was just curious, if there's something built into the platform that can do this for me before I begin.