C# 클래스 Dovetail.SDK.Bootstrap.Authentication.ContactAuthenticationService

상속: IAuthenticationService
파일 보기 프로젝트 열기: DovetailSoftware/dovetail-bootstrap

공개 메소드들

메소드 설명
ContactAuthenticationService ( IFormsAuthenticationService formsAuthentication, IContactAuthenticator authenticator ) : Dovetail.SDK.Bootstrap.Authentication.Principal
SignIn ( string username, string password, bool rememberMe ) : bool

메소드 상세

ContactAuthenticationService() 공개 메소드

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

SignIn() 공개 메소드

public SignIn ( string username, string password, bool rememberMe ) : bool
username string
password string
rememberMe bool
리턴 bool