Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.AssertionConsumerServiceBindings

TElSAMLServiceProvider     See also     


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


Bindings supported by the AssertionConsumerService.

Declaration

[C#]
    TSBSAMLBindingTypes AssertionConsumerServiceBindings;

[VB.NET]
    Property AssertionConsumerServiceBindings As TSBSAMLBindingTypes

[Pascal]
    property AssertionConsumerServiceBindings : TSBSAMLBindingTypes;

[C++]
    TSBSAMLBindingTypes get_AssertionConsumerServiceBindings();
    void set_AssertionConsumerServiceBindings(TSBSAMLBindingTypes Value);

[PHP]
    integer get_AssertionConsumerServiceBindings()
    void set_AssertionConsumerServiceBindings(integer $Value)

[Java]
    short getAssertionConsumerServiceBindings();
    void setAssertionConsumerServiceBindings(short Value);

TSBSAMLBindingTypes values

Description

Use this property to specify the bindings for the AssertionConsumerService provided by this SP.

See also:     AssertionConsumerService    

Discuss this help topic in SecureBlackbox Forum