C# 클래스 van.Web.Controllers.Infrastructure.OpenIdAuthenticationProvider
파일 보기
프로젝트 열기: zachariahyoung/virtualaltnet
공개 메소드들
메소드 상세
public IsAuthenticated ( ControllerContext context ) : bool |
context |
ControllerContext |
|
리턴 |
bool |
|
public IsValidLogin ( Uri serviceUri ) : void |
serviceUri |
System.Uri |
|
리턴 |
void |
|
public RedirectToLogin ( ControllerContext context ) : void |
context |
ControllerContext |
|
리턴 |
void |
|
public SetAuthCookie ( string userName, bool createPersistentCookie ) : void |
userName |
string |
|
createPersistentCookie |
bool |
|
리턴 |
void |
|