C# Class Raven.Bundles.Authentication.AuthenticateClient

Inheritance: IAuthenticateClient
ファイルを表示 Open project: nhsevidence/ravendb

Public Methods

Method Description
Authenticate ( DocumentDatabase currentStore, string username, string password, string &allowedDatabases ) : bool

Method Details

Authenticate() public method

public Authenticate ( DocumentDatabase currentStore, string username, string password, string &allowedDatabases ) : bool
currentStore Raven.Database.DocumentDatabase
username string
password string
allowedDatabases string
return bool