Discuss this help topic in SecureBlackbox Forum

TElSAMLScopingElement.ProxyCount

TElSAMLScopingElement     


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


The maximum number of proxying indirections.

Declaration

[C#]
    int ProxyCount;

[VB.NET]
    Property ProxyCount As Integer

[Pascal]
    property ProxyCount : integer;

[C++]
    int32_t get_ProxyCount();
    void set_ProxyCount(int32_t Value);

[PHP]
    integer get_ProxyCount()
    void set_ProxyCount(integer $Value)

[Java]
    int getProxyCount();
    void setProxyCount(int Value);

Description

Use this property to limit the number of proxying indirections between between the IdP which receives the AuthnRequest, and the IdP which identifies the principal.

Discuss this help topic in SecureBlackbox Forum