SPSessionSecurityTokenCookieValue.IsValid property
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