Decode

SymmetricEncryption.Decode method

Decrypts string based on provided algorithm type, key and salt parameters

public string Decode(string source)
Parameter Type Description
source String Encrypted string to decode.

Return Value

Returns decrypted string.

See Also