Method | Description | |
---|---|---|
GetHashedPassword ( string password ) : string | ||
ValidateBcrypt ( string plainPassword, string hashedPassword ) : bool |
public static GetHashedPassword ( string password ) : string | ||
password | string | |
return | string |
public static ValidateBcrypt ( string plainPassword, string hashedPassword ) : bool | ||
plainPassword | string | |
hashedPassword | string | |
return | bool |