Method | Description | |
---|---|---|
ComputeHash ( this cryptoService, string data, string salt ) : string | ||
CreateHash ( this cryptoService, string data, string &hash, string &salt ) : void |
public static ComputeHash ( this cryptoService, string data, string salt ) : string | ||
cryptoService | this | |
data | string | |
salt | string | |
return | string |
public static CreateHash ( this cryptoService, string data, string &hash, string &salt ) : void | ||
cryptoService | this | |
data | string | |
hash | string | |
salt | string | |
return | void |