Class PersistedAuthCookie
Inheritance
PersistedAuthCookie
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
CookieValue
Declaration
public string CookieValue { get; }
Property Value
ExpiresOn
Declaration
public DateTime ExpiresOn { get; }
Property Value
KeyID
Declaration
public int KeyID { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Implements
Extension Methods