Click or drag to resize
IAuthenticationService Interface
Interface for authentication service

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public interface IAuthenticationService

The IAuthenticationService type exposes the following members.

Properties
  NameDescription
Public propertyCurrentUser
Currently authenticated user
Top
Methods
  NameDescription
Public methodGetUser
Get user info of given user.
Top
See Also