Table of Contents

Class CookieSettings

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class CookieSettings
Inheritance
CookieSettings
Inherited Members
Extension Methods

Constructors

CookieSettings()

public CookieSettings()

Properties

Debug

public bool Debug { get; set; }

Property Value

bool

Encrypt

public bool Encrypt { get; set; }

Property Value

bool

Lifetime

public int Lifetime { get; set; }

Property Value

int

Name

public string Name { get; set; }

Property Value

string

Path

public string Path { get; set; }

Property Value

string

Secret

public string Secret { get; set; }

Property Value

string