Method | Description | |
---|---|---|
IsAuthenticated ( ControllerContext context ) : bool | ||
IsValidLogin ( |
||
RedirectToLogin ( ControllerContext context ) : void | ||
SetAuthCookie ( string userName, bool createPersistentCookie ) : void |
public IsAuthenticated ( ControllerContext context ) : bool | ||
context | ControllerContext | |
return | bool |
public IsValidLogin ( |
||
serviceUri | ||
return | void |
public RedirectToLogin ( ControllerContext context ) : void | ||
context | ControllerContext | |
return | void |
public SetAuthCookie ( string userName, bool createPersistentCookie ) : void | ||
userName | string | |
createPersistentCookie | bool | |
return | void |