Class CookieSettings
Cookie settings
[Obsolete("Will be removed in a later version.")]
[ObsoleteSince(27, 0)]
public class CookieSettings
- Inheritance
-
objectCookieSettings
- Extension Methods
Constructors
CookieSettings(int, bool)
Creates a new instance of CookieSettings with given parameters.
public CookieSettings(int level, bool isSensitive = false)
Parameters
level
intCookie level.
isSensitive
boolCookie 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