Click or drag to resize
BannedIPInfoProviderCachedBannedIPs Property
Contains denied IP address which accessed site from last change in banned IP info objects. Increases performance when attacker is spamming.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 9.0.0
Syntax
C#
protected HashSet<string> CachedBannedIPs { get; set; }

Property Value

Type: HashSetString
See Also