Table of Contents

Interface IAuthenticationService

Namespace
CMS.Base
Assembly
CMS.Base.dll

Interface for authentication service

public interface IAuthenticationService
Extension Methods

Properties

CurrentUser

Currently authenticated user

IUserInfo CurrentUser { get; }

Property Value

IUserInfo

Methods

GetUser(string)

Get user info of given user.

IUserInfo GetUser(string userName)

Parameters

userName string

name of given user

Returns

IUserInfo

user info of given user