Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.BlockedClientIP

TElSAMLIdentityProvider     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether the client's IP address is blocked by this IdP.

Declaration

[C#]
    bool BlockedClientIP;

[VB.NET]
    Property BlockedClientIP As Boolean

[Pascal]
    property BlockedClientIP : boolean;

[C++]
    bool get_BlockedClientIP();
    void set_BlockedClientIP(bool Value);

[PHP]
    bool get_BlockedClientIP()
    void set_BlockedClientIP(bool $Value)

[Java]
    boolean getBlockedClientIP();
    void setBlockedClientIP(boolean Value);

Description

The sockets-related part of your application should check whether the client's IP should be blocked, and assign this property appropriately upon client's connect.

Discuss this help topic in SecureBlackbox Forum