Property | Type | Description | |
---|---|---|---|
Decode | byte[] | ||
FromHexString | byte[] | ||
GetHasher | |||
HashPlainText | byte[] | ||
ToHexString | string | ||
VerifySaltedPassword | bool |
Method | Description | |
---|---|---|
UserEntry ( string uname, PasswordHashAlgorithm alg, string hashedPass ) : System | ||
VerifyPassword ( string plainText ) : bool |
Method | Description | |
---|---|---|
Decode ( string hash ) : byte[] | ||
FromHexString ( string hex ) : byte[] | ||
GetHasher ( ) : |
||
HashPlainText ( string plainText ) : byte[] | ||
ToHexString ( byte bytes ) : string | ||
VerifySaltedPassword ( string plainText ) : bool |
public UserEntry ( string uname, PasswordHashAlgorithm alg, string hashedPass ) : System | ||
uname | string | |
alg | PasswordHashAlgorithm | |
hashedPass | string | |
return | System |
public VerifyPassword ( string plainText ) : bool | ||
plainText | string | |
return | bool |