Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.ProtectedResources

TElSAMLServiceProvider     See also     


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


Specifies the list of protected resources.

Declaration

[C#]
    TElStringList ProtectedResources;

[VB.NET]
    Property ProtectedResources As TElStringList

[Pascal]
    property ProtectedResources : TElStringList;

[C++]
    TElStringList* get_ProtectedResources();

[PHP]
    TElStringList get_ProtectedResources()

[Java]
    TElStringList getProtectedResources();

Description

This property contains a set of relative URLs of the protected resources offered by this SP.

See also:     OnResourceRead    

Discuss this help topic in SecureBlackbox Forum