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.
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