Open this page in the API Guide

ILogOnService.GetLogOnToken Method

Overload List
  NameDescription
Public methodGetLogOnToken()
Gets a logon token for the current Windows identity.
Public methodGetLogOnToken(ICollection<LogOnCredential>)
Gets a log on token using a provided set of credentials.
Public methodGetLogOnToken(LogOnParameters)
Gets a logon token according to the specified parameters.
Public methodGetLogOnToken(String, String)
Gets a logon token using the provided account name and password.
Top
See Also