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 lifetime of each entry in 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 TokenCacheEntryLifetimeInMinutes { get; set; }
public:
property int TokenCacheEntryLifetimeInMinutes {
int get();
void set(int value);
}
member TokenCacheEntryLifetimeInMinutes : int with get, set
Public Property TokenCacheEntryLifetimeInMinutes As Integer
Property Value
Type: System.Int32
The lifetime of each entry in the SAML token cache, in minutes.
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top