SPSecurityTokenServiceManager.MaxServiceTokenCacheItems property

Gets or sets the capacity of the of the backend service security token cache. The strong cache is the minimum guaranteed size of the cache.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MaxServiceTokenCacheItems As Integer
    Get
    Set
'Usage
Dim instance As SPSecurityTokenServiceManager
Dim value As Integer

value = instance.MaxServiceTokenCacheItems

instance.MaxServiceTokenCacheItems = value
public int MaxServiceTokenCacheItems { get; set; }

Property value

Type: System.Int32
A Int32 value of the capacity of the of the backend service security token cache.

See also

Reference

SPSecurityTokenServiceManager class

SPSecurityTokenServiceManager members

Microsoft.SharePoint.Administration.Claims namespace