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 Federation Service cache of issued SAML tokens. This cache can be used for fast lookup of tokens for subsequent authentications.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public int TokenCacheCapacity { get; set; }
public:
property int TokenCacheCapacity {
int get();
void set(int value);
}
member TokenCacheCapacity : int with get, set
Public Property TokenCacheCapacity As Integer
Property Value
Type: System.Int32
The capacity of the Federation Service cache of issued SAML tokens.
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top