Table of Contents

Interface IRegisterService

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

Methods

Register(string, string, string, out string)

bool Register(string mail, string account, string password, out string message)

Parameters

mail string
account string
password string
message string

Returns

bool

ResetPassword(string, string, string, out string)

bool ResetPassword(string mail, string account, string password, out string message)

Parameters

mail string
account string
password string
message string

Returns

bool