Table of Contents

Class CookieSettings

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

Cookie settings

[Obsolete("Will be removed in a later version.")]
[ObsoleteSince(27, 0)]
public class CookieSettings
Inheritance
object
CookieSettings
Extension Methods

Constructors

CookieSettings(int, bool)

Creates a new instance of CookieSettings with given parameters.

public CookieSettings(int level, bool isSensitive = false)

Parameters

level int

Cookie level.

isSensitive bool

Cookie sensitivity.

Properties

IsSensitive

Gets the cookie sensitivity from security point of view.

public bool IsSensitive { get; }

Property Value

bool

Level

Gets the cookie level.

public int Level { get; }

Property Value

int