C# 클래스 NuGetGallery.UserServiceFacts

파일 보기 프로젝트 열기: projectkudu/NuGetGallery

공개 메소드들

메소드 설명
CreateAUser ( string username, string password, string emailAddress ) : User
VerifyPasswordHash ( User user, string password ) : bool

비공개 메소드들

메소드 설명
CreateMockUserService ( Action setup, Mock userRepo = null, Mock config = null ) : UserService

메소드 상세

CreateAUser() 공개 정적인 메소드

public static CreateAUser ( string username, string password, string emailAddress ) : User
username string
password string
emailAddress string
리턴 User

VerifyPasswordHash() 공개 정적인 메소드

public static VerifyPasswordHash ( User user, string password ) : bool
user User
password string
리턴 bool