Class SecuritySettings
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
public class SecuritySettings
- Inheritance
-
SecuritySettings
- Inherited Members
-
- Extension Methods
-
Constructors
SecuritySettings()
public SecuritySettings()
Properties
Autologin
public string Autologin { get; set; }
Property Value
- string
Cookie
public CookieSettings Cookie { get; set; }
Property Value
- CookieSettings
Domain
public string Domain { get; set; }
Property Value
- string
Secret
public string Secret { get; set; }
Property Value
- string
Sentinels
public SentinelsSettings Sentinels { get; set; }
Property Value
- SentinelsSettings
Token
public TokenSettings Token { get; set; }
Property Value
- TokenSettings