Метод | Описание | |
---|---|---|
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 | |
Результат | string |
public static CreateHash ( this cryptoService, string data, string &hash, string &salt ) : void | ||
cryptoService | this | |
data | string | |
hash | string | |
salt | string | |
Результат | void |