Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.SingleLogoutServiceBindings

TElSAMLIdentityProvider     See also     


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


Defines single logout service bindings.

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 single logout service bindings.

See also:     PreferredSingleLogoutResponseBinding     SingleLogoutService    

Discuss this help topic in SecureBlackbox Forum