Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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