Show / Hide Table of Contents

Interface IAuthCookieController

Namespace: DotNetNuke.Security.Cookies
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
Type Description
PersistedAuthCookie

Update(string, DateTime, int)

Declaration
void Update(string cookieValue, DateTime utcExpiry, int userId)
Parameters
Type Name Description
string cookieValue
DateTime utcExpiry
int userId

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS