Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPSession.ServiceProviders

TElSAMLIDPSession     See also     


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


A set of service providers communicating with the IdP.

Declaration

[C#]
    TElDictionary ServiceProviders;

[VB.NET]
    Property ServiceProviders As TElDictionary

[Pascal]
    property ServiceProviders : TElDictionary;

[C++]
    TElDictionary* get_ServiceProviders();

[PHP]
    TElDictionary get_ServiceProviders()

[Java]
    TElDictionary getServiceProviders();

Description

This property allows to track authentication sessions with service providers involved during this IdP session. Each key is the SP session's index, and each item is represented by a TElSAMLServiceProviderInfo object.

See also:     AddServiceProvider     RemoveServiceProvider    

Discuss this help topic in SecureBlackbox Forum