Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.SingleLogoutServiceBindings

TElSAMLServiceProvider     See also     


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


Bindings supported by the Single Logout Service.

Declaration

[C#]
    TSBSAMLBindingTypes SingleLogoutServiceBindings;

[VB.NET]
    Property SingleLogoutServiceBindings As TSBSAMLBindingTypes

[Pascal]
    property SingleLogoutServiceBindings : TSBSAMLBindingTypes;

[C++]
    TSBSAMLBindingTypes get_SingleLogoutServiceBindings();
    void set_SingleLogoutServiceBindings(TSBSAMLBindingTypes Value);

[PHP]
    integer get_SingleLogoutServiceBindings()
    void set_SingleLogoutServiceBindings(integer $Value)

[Java]
    short getSingleLogoutServiceBindings();
    void setSingleLogoutServiceBindings(short Value);

TSBSAMLBindingTypes values

Description

Use this property to specify the bindings for the Single Logout Service provided by this SP.

See also:     SingleLogoutService    

Discuss this help topic in SecureBlackbox Forum