SPSecurityTokenServiceManager.ServiceTokenCacheExpirationWindow property
Gets or sets the minimum lifetime of a token returned from the service token cache.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ServiceTokenCacheExpirationWindow As TimeSpan
Get
Set
'Usage
Dim instance As SPSecurityTokenServiceManager
Dim value As TimeSpan
value = instance.ServiceTokenCacheExpirationWindow
instance.ServiceTokenCacheExpirationWindow = value
public TimeSpan ServiceTokenCacheExpirationWindow { get; set; }
Property value
Type: System.TimeSpan
The minimum lifetime of a token returned from the service token cache.
Remarks
The default value is 10 minutes.
See also
Reference
SPSecurityTokenServiceManager class