QuietLogon
Security Manager Module
| Description: | Authenticates the AuthToken and if successful logs the calling user session on as the user specified in the AuthToken |
| Returns: | Boolean |
Usage: ![]() |
Script Only. |
| Related to: | AlternateLogoff | AlternateLogon | Authenticate | LogOff | UserCredChange | UserLogonDialog |
Format: ![]() |
\SecurityManager\QuietLogon(AuthToken [, Device, Namespace]); |
| Parameters: |
| AuthToken |
| The concatenation of the user name, a colon (:) and the password. |
| Device |
| Optional. Name of the device that is making the request. Defaults to none. |
| Namespace |
| Optional. The namespace of the user. Defaults to none. |
| Comments: | If the authentication fails, a failure event is recorded in the security event log. Returns TRUE if the user was signed in successfully, otherwise FALSE. |
