ArmedCards.Authentication.Security.UserExists C# (CSharp) Method

UserExists() public static method

public static UserExists ( string userName ) : bool
userName string
return bool
        public static bool UserExists(string userName)
        {
            return WebSecurity.UserExists(userName);
        }