C# 클래스 Contrive.Auth.Web.WebAuthenticationService

상속: IAuthenticationService
파일 보기 프로젝트 열기: alanstevens/Contrive

공개 메소드들

메소드 설명
SignIn ( IUser user, bool rememberMe = false ) : bool

User is already authenticated. We are telling forms authentication who he is.

SignOut ( ) : void
WebAuthenticationService ( IFormsAuthService formsAuthService ) : System.Web.Security

메소드 상세

SignIn() 공개 메소드

User is already authenticated. We are telling forms authentication who he is.
public SignIn ( IUser user, bool rememberMe = false ) : bool
user IUser
rememberMe bool
리턴 bool

SignOut() 공개 메소드

public SignOut ( ) : void
리턴 void

WebAuthenticationService() 공개 메소드

public WebAuthenticationService ( IFormsAuthService formsAuthService ) : System.Web.Security
formsAuthService IFormsAuthService
리턴 System.Web.Security