Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPSession.RemoveServiceProvider

TElSAMLIDPSession     See also     


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


Removes the specified entry from the dictionary.

Declaration

[C#]
    void RemoveServiceProvider(string SessionIndex);

[VB.NET]
    Sub RemoveServiceProvider(ByVal SessionIndex As String)

[Pascal]
    procedure RemoveServiceProvider(const SessionIndex : string);

[C++]
    void RemoveServiceProvider(const std::string &SessionIndex);

[PHP]
    void RemoveServiceProvider(string $SessionIndex)

[Java]
    void removeServiceProvider(String SessionIndex);

Parameters

  • SessionIndex - the identifier of the SP to be removed.

Description

    This topic is under development.

See also:     ServiceProviders     AddServiceProvider    

Discuss this help topic in SecureBlackbox Forum