TrustingRealm.TokenLifetimeInMinutes Property
Gets or sets the lifetime of the token on the trusting realm, in minutes.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public int TokenLifetimeInMinutes { get; set; }
public:
property int TokenLifetimeInMinutes {
int get();
void set(int value);
}
member TokenLifetimeInMinutes : int with get, set
Public Property TokenLifetimeInMinutes As Integer
Property Value
Type: System.Int32
The lifetime of the token on the trusting realm, in minutes.
See Also
TrustingRealm Class
System.Web.Security.SingleSignOn Namespace
Return to top