public class RulesCreatedEventArgs : System.EventArgs
public class RulesCreatedEventArgs : System.EventArgs
services.AddFireWall(FireWallTrial.License, FireWallTrial.DomainKey , domainName: new Uri("https://www.your-domain.com", UriKind.Absolute) , options =>{ options.OnRulesCreated+=(sender, rules)=> { rules.BlockedPatterns.NoPublicAccessToAdministration.Remove("/Identity/Account/") }; });
System.Object
System.EventArgs
Walter.Web.FireWall.EventArguments.RulesCreatedEventArgs
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2