ArmedCards.Authentication.Security.UserExists C# (CSharp) Méthode

UserExists() public static méthode

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