Class CookieSettings
public class CookieSettings
- Inheritance
-
CookieSettings
- Inherited Members
- Extension Methods
Constructors
CookieSettings()
public CookieSettings()
Properties
Debug
public bool Debug { get; set; }
Property Value
Encrypt
public bool Encrypt { get; set; }
Property Value
Lifetime
public int Lifetime { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Path
public string Path { get; set; }
Property Value
Secret
public string Secret { get; set; }