AuthenticateController Class |
Namespace: MedTunnelSvc.Controllers
The AuthenticateController type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckSession |
Validate whether the logged in User's session is still active.
| |
| LoginUser |
Authenticate and create a session for the User.
| |
| Logout |
Close the session for the logged in User.
| |
| ValidateMailBoxAccess(ValMailboxCredentials) |
Validate whether the specified user has access to the given mailbox.
| |
| ValidateMailBoxAccess(String, String, String, Boolean) |
Validate whether the specified user has access to the given mailbox.
|