Click or drag to resize
BannedIPInfoProviderCachedBannedIPs Property
Contains denied IP address which accessed site from last change in banned IP info objects.

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

Property Value

Type: HashSetString
See Also