C# Class Woopsa.SimpleAuthenticator

Inheritance: BaseAuthenticator
显示文件 Open project: woopsa-protocol/Woopsa

Public Methods

Method Description
SimpleAuthenticator ( string realm, AuthenticationCheck authenticationCheck ) : System

Protected Methods

Method Description
Authenticate ( string username, string password ) : bool

Method Details

Authenticate() protected method

protected Authenticate ( string username, string password ) : bool
username string
password string
return bool

SimpleAuthenticator() public method

public SimpleAuthenticator ( string realm, AuthenticationCheck authenticationCheck ) : System
realm string
authenticationCheck AuthenticationCheck
return System