SPTokenCache.AnonymousSessionSecurityToken property

Some requests are anonymous or not properly identified but still require the SessionSecurityTokenHandler to return a value. This is the value that signal the condition.

Namespace:  Microsoft.SharePoint.IdentityModel
Assembly:  Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)

Syntax

'Declaration
Protected ReadOnly Property AnonymousSessionSecurityToken As SessionSecurityToken
    Get
'Usage
Dim value As SessionSecurityToken

value = Me.AnonymousSessionSecurityToken
protected SessionSecurityToken AnonymousSessionSecurityToken { get; }

Property value

Type: SessionSecurityToken

See also

Reference

SPTokenCache class

SPTokenCache members

Microsoft.SharePoint.IdentityModel namespace