SPSessionSecurityTokenCookieValue.IsPersistent property
Should the cookie be persistant or not?
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Public Property IsPersistent As Boolean
Get
Protected Set
'Usage
Dim instance As SPSessionSecurityTokenCookieValue
Dim value As Boolean
value = instance.IsPersistent
instance.IsPersistent = value
public bool IsPersistent { get; protected set; }
Property value
Type: System.Boolean
See also
Reference
SPSessionSecurityTokenCookieValue class