Cocktail Help Reference
IAuthenticationService Interface Members
See Also  Properties  Methods  Events Send Feedback
Cocktail Assembly > Cocktail Namespace : IAuthenticationService Interface


Glossary Item Box

The following tables list the members exposed by IAuthenticationService.

Public Properties

 NameDescription
 PropertyAuthenticationContextReturns the current DevForce AuthenticationContext.  
 PropertyConnectionOptionsSpecifies the ConnectionOptions used by the current AuthenticationService.  
 PropertyIsLoggedInReturns whether the user is logged in.  
 PropertyPrincipalReturns the System.Security.Principal.IPrincipal representing the current user.  
Top

Public Methods

 NameDescription
 MethodLoginLogin with the supplied credential.  
 MethodLoginAsyncOverloaded. Login with the supplied credential.  
 MethodLogoutLogs out the current user.  
 MethodLogoutAsyncOverloaded. Logs out the current user.  
Top

Public Events

 NameDescription
 EventLoggedInSignals that a user successfully logged in.  
 EventLoggedOutSignals that a user successfully logged out.  
 EventPrincipalChangedSignals that the principal has changed due to a login or logout.  
Top

See Also

© 2013 All Rights Reserved.