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.
Is the cookie valid?
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Public ReadOnly Property IsValid As Boolean
Get
'Usage
Dim instance As SPSessionSecurityTokenCookieValue
Dim value As Boolean
value = instance.IsValid
public bool IsValid { get; }
Property value
Type: System.Boolean
Remarks
This is mostly related to the validity of the signature.
See also
Reference
SPSessionSecurityTokenCookieValue class