ArmedCards.Authentication.Security.UserExists C# (CSharp) 메소드

UserExists() 공개 정적인 메소드

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