Click or drag to resize

AppContextAuthenticateUser Method

Overload List
  NameDescription
Public methodAuthenticateUser(String)
Authenticates a user and populates the UserContext object. Note that if the application is being used to authenticate a different user than the one associated with the application (and therefore the user represented by UserContext) you must use the AuthenticateUser command.
Public methodAuthenticateUser(String, String, String)
Authenticates the current user and populates/creates the UserContext object using the specified IAuthenticationProvider. Note that if the application is being used to authenticate a different user than the one associated with the application (and therefore the user represented by UserContext) you must use the AuthenticateUser command.
Public methodAuthenticateUser(String, String, String, Int32)
Authenticates the current user and populates/creates the UserContext object using the specified IAuthenticationProvider. Note that if the application is being used to authenticate a different user than the one associated with the application (and therefore the user represented by UserContext) you must use the AuthenticateUser command.
Top
See Also