C# Class Dovetail.SDK.Bootstrap.Authentication.ContactAuthenticationService

Inheritance: IAuthenticationService
Mostra file Open project: DovetailSoftware/dovetail-bootstrap

Public Methods

Method Description
ContactAuthenticationService ( IFormsAuthenticationService formsAuthentication, IContactAuthenticator authenticator ) : Dovetail.SDK.Bootstrap.Authentication.Principal
SignIn ( string username, string password, bool rememberMe ) : bool

Method Details

ContactAuthenticationService() public method

public ContactAuthenticationService ( IFormsAuthenticationService formsAuthentication, IContactAuthenticator authenticator ) : Dovetail.SDK.Bootstrap.Authentication.Principal
formsAuthentication IFormsAuthenticationService
authenticator IContactAuthenticator
return Dovetail.SDK.Bootstrap.Authentication.Principal

SignIn() public method

public SignIn ( string username, string password, bool rememberMe ) : bool
username string
password string
rememberMe bool
return bool