ILogOnServiceLogOn Method

Creates a logon session for a user.
Overload List
  NameDescription
Public methodLogOn(Boolean)
Logs on to the system using the current Windows identity.
Public methodLogOn(LogOnParameters)
Logs on according to the specified parameters.
Public methodLogOn(Boolean, CultureInfo)
Logs on to the system using the current Windows identity.
Public methodLogOn(Guid, Boolean)
Logs on using a provided logon token.
Public methodLogOn(ICollectionLogOnCredential, Boolean)
Logs on a local user using the provided set of credentials.
Public methodLogOn(Guid, Boolean, CultureInfo)
Logs on using a provided logon token.
Public methodLogOn(String, String, Boolean)
Logs on using the provided account name and password.
Public methodLogOn(ICollectionLogOnCredential, Boolean, CultureInfo)
Logs on a local user using the provided set of credentials.
Public methodLogOn(String, String, Boolean, CultureInfo)
Logs on using the provided account name and password.
Top
Remarks
If you want the session returned by a logon operation to be associated with the current caller context, you must subsequently make the appropriate call to ICallerContextService (e.g. CreateAndSetCurrentContext(NullableGuid)).
See Also