ILogOnServiceLogOn Method | 
| Name | Description | |
|---|---|---|
| LogOn(Boolean) | Logs on to the system using the current Windows identity.  | |
| LogOn(LogOnParameters) | Logs on according to the specified parameters.  | |
| LogOn(Boolean, CultureInfo) | Logs on to the system using the current Windows identity.  | |
| LogOn(Guid, Boolean) | Logs on using a provided logon token.  | |
| LogOn(ICollectionLogOnCredential, Boolean) | Logs on a local user using the provided set of credentials.  | |
| LogOn(Guid, Boolean, CultureInfo) | Logs on using a provided logon token.  | |
| LogOn(String, String, Boolean) | Logs on using the provided account name and password.  | |
| LogOn(ICollectionLogOnCredential, Boolean, CultureInfo) | Logs on a local user using the provided set of credentials.  | |
| LogOn(String, String, Boolean, CultureInfo) | Logs on using the provided account name and password.  |