Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPSession.LastSP

TElSAMLIDPSession     See also     


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


Represents the last SP communicating during this IdP session.

Declaration

[C#]
    TElSAMLServiceProviderInfo LastSP;

[VB.NET]
    Property LastSP As TElSAMLServiceProviderInfo

[Pascal]
    property LastSP : TElSAMLServiceProviderInfo;

[C++]
    TElSAMLServiceProviderInfo* get_LastSP();
    void set_LastSP(TElSAMLServiceProviderInfo &Value);
    void set_LastSP(TElSAMLServiceProviderInfo *Value);

[PHP]
    TElSAMLServiceProviderInfo get_LastSP()
    void set_LastSP(TElSAMLServiceProviderInfo $Value)

[Java]
    TElSAMLServiceProviderInfo getLastSP();
    void setLastSP(TElSAMLServiceProviderInfo Value);

Description

This property represents the last SP communicating in this session.

See also:     SessionIndex     ServiceProviders    

Discuss this help topic in SecureBlackbox Forum