C# Class TRManager.Login

Datei anzeigen Open project: UristMcMiner/SE-Projekt_RWB.csharp Class Usage Examples

Public Methods

Method Description
GetMD5Hash ( string value ) : string
adminLogin ( String password ) : bool
login ( String initials ) : Teacher

Mit dieser Funktion wird ein Lehrer eingelogt

Private Methods

Method Description
validate ( String initials ) : bool
verify ( String initials ) : Teacher

Method Details

GetMD5Hash() public static method

public static GetMD5Hash ( string value ) : string
value string
return string

adminLogin() public method

public adminLogin ( String password ) : bool
password String
return bool

login() public method

Mit dieser Funktion wird ein Lehrer eingelogt
public login ( String initials ) : Teacher
initials String Das Kürzel des einzuloggenden Lehrer
return Teacher