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