<PackageReference Include="Relativity.Other" Version="10.0.318.5" />

TrustedIPHelper

public class TrustedIPHelper
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)