LoginTime property
- Last UpdatedJul 23, 2024
- 1 minute read
Retrieves the configured login time.
Class
IGalaxySecurity
Syntax
[C#]
string LoginTime { get; };
[Visual C++]
HRESULT LoginTime(
[out,retval]BSTR* loginTime
);
Parameters
LoginTime
The timeout period during which the system validates the user’s membership against the OS groups selected as ArchestrA roles. Minimum value is 0 (zero), maximum is 9,999,999. Default value is 0 (zero), which turns off this feature so the operation does not time out. Specify a value based on the speed of your network and the number of groups configured in ArchestrA roles. The slower the network or the larger the number of groups, the greater the value.