3 writes to _IsPersistent
System.Web (3)
Security\FormsAuthenticationTicket.cs (3)
185
_IsPersistent
= isPersistent;
202
_IsPersistent
= isPersistent;
220
_IsPersistent
= isPersistent;
1 reference to _IsPersistent
System.Web (1)
Security\FormsAuthenticationTicket.cs (1)
56
public bool IsPersistent { get { return
_IsPersistent
;}}