MongoDB.Database.Authenticate C# (CSharp) Méthode

Authenticate() public méthode

public Authenticate ( string username, string password ) : bool
username string
password string
Résultat bool
        public bool Authenticate(string username, string password)
        {
            return Connection.Authenticate(username, password, Name);
        }