Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPSession.AddServiceProvider

TElSAMLIDPSession     See also     


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


Adds a new dictionary entry.

Declaration

[C#]
    void AddServiceProvider(string SessionIndex, TElSAMLServiceProviderInfo SPInfo);

[VB.NET]
    Sub AddServiceProvider(ByVal SessionIndex As String, ByVal SPInfo As TElSAMLServiceProviderInfo)

[Pascal]
    procedure AddServiceProvider(const SessionIndex : string; SPInfo : TElSAMLServiceProviderInfo);

[C++]
    void AddServiceProvider(const std::string &SessionIndex, TElSAMLServiceProviderInfo &SPInfo);
    void AddServiceProvider(const std::string &SessionIndex, TElSAMLServiceProviderInfo *SPInfo);

[PHP]
    void AddServiceProvider(string $SessionIndex, TElSAMLServiceProviderInfo $SPInfo)

[Java]
    void addServiceProvider(String SessionIndex, TElSAMLServiceProviderInfo SPInfo);

Parameters

  • SessionIndex - the index of the session with the SP. Usually it is the SP's entityID.
  • SPInfo - the object containing information about the Service Provider.

Description

Use this method to add a new Service Provider.

See also:     ServiceProviders     RemoveServiceProvider    

Discuss this help topic in SecureBlackbox Forum