C# 클래스 LearnLanguages.Business.Security.UserPrincipal

상속: Csla.Security.CslaPrincipal
파일 보기 프로젝트 열기: ibgib/LearnLanguages

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
UserPrincipal ( UserIdentity identity ) : System

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string username ) : void
username string
리턴 void

Login() 공개 정적인 메소드

public static Login ( string username, string clearUnsaltedPassword ) : void
username string
clearUnsaltedPassword string
리턴 void

LoginAsync() 공개 정적인 메소드

public static LoginAsync ( string username, string clearUnsaltedPassword ) : Task
username string
clearUnsaltedPassword string
리턴 Task

Logout() 공개 정적인 메소드

public static Logout ( ) : void
리턴 void

UserPrincipal() 공개 메소드

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