static bool IsSpecialModule(String className)
 {
     return(ModulesEntry.IsTypeMatch(typeof(System.Web.Security.DefaultAuthenticationModule), className));
 }
 internal static bool IsSpecialModule(string className)
 {
     return(ModulesEntry.IsTypeMatch(typeof(DefaultAuthenticationModule), className));
 }