TrustPolicy.LogonAcceleratorTokenLifetimeInMinutes Property
The lifetime of the logon accelerator token, in minutes, written by this Federation Server to the client to facilitate single sign on.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public int LogonAcceleratorTokenLifetimeInMinutes { get; set; }
public:
property int LogonAcceleratorTokenLifetimeInMinutes {
int get();
void set(int value);
}
member LogonAcceleratorTokenLifetimeInMinutes : int with get, set
Public Property LogonAcceleratorTokenLifetimeInMinutes As Integer
Property Value
Type: System.Int32
The lifetime of the logon accelerator token, in minutes, written by this Federation Server to the client to facilitate single sign on.
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top