C# 클래스 MyStory.Services.FormsAuthenticationService

상속: IAuthenticationService
파일 보기 프로젝트 열기: RayKwon/MyStory

공개 메소드들

메소드 설명
LogOut ( ) : void
SetAuthCookie ( string userName, bool rememberMe ) : void

메소드 상세

LogOut() 공개 메소드

public LogOut ( ) : void
리턴 void

SetAuthCookie() 공개 메소드

public SetAuthCookie ( string userName, bool rememberMe ) : void
userName string
rememberMe bool
리턴 void