C# Class NuGet.Gallery.Staging.Web.Code.AuthenticationService

显示文件 Open project: NuGet/Entropy Class Usage Examples

Public Methods

Method Description
AuthenticateAsync ( string username, string password ) : Task
AuthenticationService ( string connectionString ) : System.Data.SqlClient

Method Details

AuthenticateAsync() public method

public AuthenticateAsync ( string username, string password ) : Task
username string
password string
return Task

AuthenticationService() public method

public AuthenticationService ( string connectionString ) : System.Data.SqlClient
connectionString string
return System.Data.SqlClient