TrustedIPHelper public class TrustedIPHelper Documentation public TrustedIPHelper() public static bool CheckIPWithPrefix(string clientIPAddress, string trustedIPWithPrefix) public static bool CheckIPWithSubnetMask(string clientIPAddress, string trustedIP) public static uint GetUIntegerFromIPAddress(string address) public static bool IsClientIPInTrustedIPsWithWildCards(string clientIPAddress, string[] trustedIPList) public bool IsClientIPAddressTrusted(string trustedIPs, bool forceCheck, string clientIPAddress)