Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
ComputeHash ( string plainText, byte saltBytes ) : string |
public AuthenticationRepository ( ) : Investor.Common.Shared.EntityFramework | ||
return | Investor.Common.Shared.EntityFramework |
public Create ( string user, string pass ) : bool | ||
user | string | |
pass | string | |
return | bool |
public Delete ( string user, string pass ) : bool | ||
user | string | |
pass | string | |
return | bool |
public Read ( string user, string pass ) : bool | ||
user | string | |
pass | string | |
return | bool |
public Update ( string user, string pass ) : bool | ||
user | string | |
pass | string | |
return | bool |
public Verify ( string user, string pass ) : bool | ||
user | string | |
pass | string | |
return | bool |
public VerifyHash ( string plainText, string hashValue ) : bool | ||
plainText | string | |
hashValue | string | |
return | bool |