Table of Contents

Interface ILoginService

Namespace
H.Services.Identity
Assembly
H.Services.Identity.dll
public interface ILoginService
Extension Methods

Properties

User

IUser User { get; }

Property Value

IUser

Methods

Login(string, string, out string)

bool Login(string name, string password, out string message)

Parameters

name string
password string
message string

Returns

bool

Logout(out string)

bool Logout(out string message)

Parameters

message string

Returns

bool