IAppContextAuthenticateUser Method |
Name | Description | |
---|---|---|
AuthenticateUser(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.
| |
AuthenticateUser(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.
| |
AuthenticateUser(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.
|