namespace Abp.Web.Security { public interface ISecurityScriptManager { string GetScript(); } }