Decode

SymmetricEncryption.Decode method

Dekrypterar sträng baserat på tillhandahållen algoritmtyp, nyckel och saltparametrar

public string Decode(string source)
Parameter Typ Beskrivning
source String Krypterad sträng att avkoda.

Returvärde

Returnerar dekrypterad sträng.

Se även