Discuss this help topic in SecureBlackbox Forum

TElSAMLConditionsElement.ProxyRestriction

TElSAMLConditionsElement     


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


Specifies limitations for the relying parties that want to act as subsequent asserting parties.

Declaration

[C#]
    TElSAMLProxyRestrictionElement ProxyRestriction;

[VB.NET]
    Property ProxyRestriction As TElSAMLProxyRestrictionElement

[Pascal]
    property ProxyRestriction : TElSAMLProxyRestrictionElement;

[C++]
    TElSAMLProxyRestrictionElement* get_ProxyRestriction();

[PHP]
    TElSAMLProxyRestrictionElement get_ProxyRestriction()

[Java]
    TElSAMLProxyRestrictionElement getProxyRestriction();

Description

Use this property to manage the limitations for the relying parties that want to act as subsequent asserting parties.

Discuss this help topic in SecureBlackbox Forum