AntiSSRFPolicy.DeniedAddresses Property
Definition
Gets a read-only view of IP networks explicitly blocked by the policy.
public IReadOnlyList<string> DeniedAddresses { get; }
AllowedAddressestakes precedence overDeniedAddresses. If an IP address matches both, it will be considered allowed by the policy.
DenyAllUnspecifiedIPstakes precedence overDeniedAddresses. IfDenyAllUnspecifiedIPsistrue,DeniedAddresseswill not be considered when determining if an IP address is allowed or blocked by the policy.
Property Value
IReadOnlyList<string>
A read-only list of the denied IP networks.