using System; using System.Collections.Generic; using System.Linq; using System.Data; using System.Text.RegularExpressions; using MySystem.Models; using Library; namespace MySystem { public class Decrypt { public static string RSADecrypt(string content, string key) { return ""; } } }