Decode

SymmetricEncryptionAttribute.Decode method

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

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

Return Value

Returns decoded string.

See Also