Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.SPToIDPBinding

TElSAMLServiceProvider     See also     


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


Specifies the SP binding.

Declaration

[C#]
    TSBSAMLBindingType SPToIDPBinding;

[VB.NET]
    Property SPToIDPBinding As TSBSAMLBindingType

[Pascal]
    property SPToIDPBinding : TSBSAMLBindingType;

[C++]
    TSBSAMLBindingType get_SPToIDPBinding();
    void set_SPToIDPBinding(TSBSAMLBindingType Value);

[PHP]
    integer get_SPToIDPBinding()
    void set_SPToIDPBinding(integer $Value)

[Java]
    short getSPToIDPBinding();
    void setSPToIDPBinding(short Value);

TSBSAMLBindingType values

Description

This property defines which type of binding should be used for communication with the IdP.

See also:     ArtifactResolutionServiceBindings    

Discuss this help topic in SecureBlackbox Forum