C# 클래스 NZBDash.Core.Services.AuthenticationService

상속: IAuthenticationService
파일 보기 프로젝트 열기: NZBDash/NZBDash

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AuthenticationService ( IUserStore userStore ) : System.Linq
AuthenticationService ( UserManager userManager ) : System.Linq
GetAllUsers ( ) : IQueryable
GetUser ( string userName ) : User

메소드 상세

AuthenticationService() 공개 메소드

public AuthenticationService ( IUserStore userStore ) : System.Linq
userStore IUserStore
리턴 System.Linq

AuthenticationService() 공개 메소드

public AuthenticationService ( UserManager userManager ) : System.Linq
userManager UserManager
리턴 System.Linq

GetAllUsers() 공개 메소드

public GetAllUsers ( ) : IQueryable
리턴 IQueryable

GetUser() 공개 메소드

public GetUser ( string userName ) : User
userName string
리턴 User