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 time after which the Federation Service deletes expired entries from the SAML token cache, in minutes.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public int TokenCacheScavengePeriodInMinutes { get; set; }
public:
property int TokenCacheScavengePeriodInMinutes {
int get();
void set(int value);
}
member TokenCacheScavengePeriodInMinutes : int with get, set
Public Property TokenCacheScavengePeriodInMinutes As Integer
Property Value
Type: System.Int32
Time after which the Federation Service deletes expired entries from the SAML token cache, in minutes.
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top