Click or drag to resize

AuthSessionInfoLastAccessTimeout Property

Time at which the session becomes invalid due to inactivity. It is set to a new value when the session is accessed for use, up to the time where the session becomes invalid due to finalTimeout being reached.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public string LastAccessTimeout { get; set; }

Property Value

Type: String
See Also