Class PersistedAuthCookie
Inheritance
System.Object
PersistedAuthCookie
Assembly: DotNetNuke.dll
Syntax
public class PersistedAuthCookie : object, IHydratable
Properties
|
Improve this Doc
View Source
CookieId
Declaration
public int CookieId { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CookieValue
Declaration
public string CookieValue { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExpiresOn
Declaration
public DateTime ExpiresOn { get; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
KeyID
Declaration
public int KeyID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Type |
Name |
Description |
IDataReader |
dr |
|
Implements
Extension Methods