C# 클래스 Investor.Common.Service.Client.Data.AuthenticationRepository

상속: IAuthenticationRepository
파일 보기 프로젝트 열기: johnhinz/Investor

공개 메소드들

메소드 설명
AuthenticationRepository ( ) : Investor.Common.Shared.EntityFramework
Create ( string user, string pass ) : bool
Delete ( string user, string pass ) : bool
Read ( string user, string pass ) : bool
Update ( string user, string pass ) : bool
Verify ( string user, string pass ) : bool
VerifyHash ( string plainText, string hashValue ) : bool

비공개 메소드들

메소드 설명
ComputeHash ( string plainText, byte saltBytes ) : string

메소드 상세

AuthenticationRepository() 공개 메소드

public AuthenticationRepository ( ) : Investor.Common.Shared.EntityFramework
리턴 Investor.Common.Shared.EntityFramework

Create() 공개 메소드

public Create ( string user, string pass ) : bool
user string
pass string
리턴 bool

Delete() 공개 메소드

public Delete ( string user, string pass ) : bool
user string
pass string
리턴 bool

Read() 공개 메소드

public Read ( string user, string pass ) : bool
user string
pass string
리턴 bool

Update() 공개 메소드

public Update ( string user, string pass ) : bool
user string
pass string
리턴 bool

Verify() 공개 메소드

public Verify ( string user, string pass ) : bool
user string
pass string
리턴 bool

VerifyHash() 공개 메소드

public VerifyHash ( string plainText, string hashValue ) : bool
plainText string
hashValue string
리턴 bool