Decode

SymmetricEncryptionAttribute.Decode method

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

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

Returvärde

Returnerar avkodad sträng.

Se även