| SecureDatabaseCookieSessionManagerHasExpired Property |
[Missing <summary> documentation for "P:Activsoft.Engine.Web.SecureDatabaseCookieSessionManager.HasExpired"]
Namespace: Activsoft.Engine.WebAssembly: Activsoft.Engine.Web (in Activsoft.Engine.Web.dll) Version: 6.0.0.0 (6.0.0.0)
Syntaxpublic bool HasExpired { get; }Public ReadOnly Property HasExpired As Boolean
Get
public:
virtual property bool HasExpired {
bool get () sealed;
}abstract HasExpired : bool with get
override HasExpired : bool with get
Property Value
Type:
BooleanImplements
ISessionManagerHasExpired
See Also