Sample Code
Sample Code
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Text;
using System.Security.Cryptography;
using System.IO;
if (encryptedValue.Substring(0, 2) == "\\x")
{
encryptedValue = encryptedValue.Remove(0, 2);
}
return srDecrypt.ReadToEnd();
}
}
}
}
}