Click or drag to resize
IAuthenticationManager Interface
Defines a class authenticating users.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public interface IAuthenticationManager

The IAuthenticationManager type exposes the following members.

Methods
  NameDescription
Public methodAuthenticate
Analyzes the current request, and if needed, authenticates the user.
Top
See Also