DevForce Help Reference
IsPersistent Property


Whether the authentication ticket should be persistent.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property IsPersistent As Boolean
'Usage
 
Dim instance As FormsAuthenticationLoginCredential
Dim value As Boolean
 
instance.IsPersistent = value
 
value = instance.IsPersistent
[DataMember()]
public bool IsPersistent {get; set;}
Remarks
Only used when using Forms authentication, enabled in the system.web configuration section: <authentication mode="Forms" />
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FormsAuthenticationLoginCredential Class
FormsAuthenticationLoginCredential Members

Send Feedback