Interface IAuthCookieController
Assembly: DotNetNuke.dll
Syntax
public interface IAuthCookieController
Methods
DeleteByValue(string)
Declaration
void DeleteByValue(string cookieValue)
Parameters
Type |
Name |
Description |
string |
cookieValue |
|
DeleteExpired(DateTime)
Declaration
void DeleteExpired(DateTime utcExpiredBefore)
Parameters
Type |
Name |
Description |
DateTime |
utcExpiredBefore |
|
Find(string)
Declaration
PersistedAuthCookie Find(string cookieValue)
Parameters
Type |
Name |
Description |
string |
cookieValue |
|
Returns
Update(string, DateTime, int)
Declaration
void Update(string cookieValue, DateTime utcExpiry, int userId)
Parameters
Extension Methods