C# Class LearnLanguages.Business.Security.UserPrincipal

Inheritance: Csla.Security.CslaPrincipal
Afficher le fichier Open project: ibgib/LearnLanguages

Méthodes publiques

Méthode Description
Load ( string username ) : void
Login ( string username, string clearUnsaltedPassword ) : void
LoginAsync ( string username, string clearUnsaltedPassword ) : Task
Logout ( ) : void
UserPrincipal ( ) : System

UserPrincipal must have a default constructor for the data portal to serialize it with every data portal call.

Private Methods

Méthode Description
UserPrincipal ( UserIdentity identity ) : System

Method Details

Load() public static méthode

public static Load ( string username ) : void
username string
Résultat void

Login() public static méthode

public static Login ( string username, string clearUnsaltedPassword ) : void
username string
clearUnsaltedPassword string
Résultat void

LoginAsync() public static méthode

public static LoginAsync ( string username, string clearUnsaltedPassword ) : Task
username string
clearUnsaltedPassword string
Résultat Task

Logout() public static méthode

public static Logout ( ) : void
Résultat void

UserPrincipal() public méthode

UserPrincipal must have a default constructor for the data portal to serialize it with every data portal call.
public UserPrincipal ( ) : System
Résultat System