| IAuthenticationManager Interface |
Defines a class authenticating users.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic interface IAuthenticationManager
Public Interface IAuthenticationManager
public interface class IAuthenticationManager
type IAuthenticationManager = interface end
The IAuthenticationManager type exposes the following members.
Methods|
| Name | Description |
|---|
 | Authenticate |
Analyzes the current request, and if needed, authenticates the user.
|
Top
See Also