C# Class Orc.Analytics.UserIdService

Inheritance: IUserIdService
Mostra file Open project: WildGums/Orc.Analytics

Public Methods

Method Description
GetUserId ( ) : string

Gets the user identifier.

UserIdService ( ISystemIdentificationService systemIdentificationService ) : System

Private Methods

Method Description
GetMd5Hash ( string value ) : string

Method Details

GetUserId() public method

Gets the user identifier.
public GetUserId ( ) : string
return string

UserIdService() public method

public UserIdService ( ISystemIdentificationService systemIdentificationService ) : System
systemIdentificationService ISystemIdentificationService
return System