Show / Hide Table of Contents

Class PersistedAuthCookie

Inheritance
object
PersistedAuthCookie
Implements
IHydratable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Security.Cookies
Assembly: DotNetNuke.dll
Syntax
[TableName("AuthCookies")]
[PrimaryKey("CookieId")]
public class PersistedAuthCookie : IHydratable

Constructors

PersistedAuthCookie()

Declaration
public PersistedAuthCookie()

Properties

CookieId

Declaration
public int CookieId { get; }
Property Value
Type Description
int

CookieValue

Declaration
public string CookieValue { get; }
Property Value
Type Description
string

ExpiresOn

Declaration
public DateTime ExpiresOn { get; }
Property Value
Type Description
DateTime

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable

Extension Methods

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