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

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

공개 메소드들

메소드 설명
FormsAuthenticationService ( ILogger logger ) : System.Web.Security
SetAuthCookie ( string username, bool createPersistentCookie ) : void
SignOut ( ) : void

메소드 상세

FormsAuthenticationService() 공개 메소드

public FormsAuthenticationService ( ILogger logger ) : System.Web.Security
logger ILogger
리턴 System.Web.Security

SetAuthCookie() 공개 메소드

public SetAuthCookie ( string username, bool createPersistentCookie ) : void
username string
createPersistentCookie bool
리턴 void

SignOut() 공개 메소드

public SignOut ( ) : void
리턴 void