Method | Description | |
---|---|---|
LoginUser ( string userName, string userPassword, string domain ) : bool |
Logs in the user to the specified domain.
|
public static LoginUser ( string userName, string userPassword, string domain ) : bool | ||
userName | string | Name of the user. |
userPassword | string | The user password. |
domain | string | The domain to log the user into |
return | bool |