Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.CurrentSP

TElSAMLIdentityProvider     


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


Specifies current service provider.

Declaration

[C#]
    TElSAMLServiceProviderInfo CurrentSP;

[VB.NET]
    Property CurrentSP As TElSAMLServiceProviderInfo

[Pascal]
    property CurrentSP : TElSAMLServiceProviderInfo;

[C++]
    TElSAMLServiceProviderInfo* get_CurrentSP();

[PHP]
    TElSAMLServiceProviderInfo get_CurrentSP()

[Java]
    TElSAMLServiceProviderInfo getCurrentSP();

Description

Use this property to check the service provider with which this IdP is currently communicating.

Discuss this help topic in SecureBlackbox Forum