Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.SingleSignOnServiceBindings

TElSAMLIdentityProvider     See also     


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


Defines SSO service bindings.

Declaration

[C#]
    TSBSAMLBindingTypes SingleSignOnServiceBindings;

[VB.NET]
    Property SingleSignOnServiceBindings As TSBSAMLBindingTypes

[Pascal]
    property SingleSignOnServiceBindings : TSBSAMLBindingTypes;

[C++]
    TSBSAMLBindingTypes get_SingleSignOnServiceBindings();
    void set_SingleSignOnServiceBindings(TSBSAMLBindingTypes Value);

[PHP]
    integer get_SingleSignOnServiceBindings()
    void set_SingleSignOnServiceBindings(integer $Value)

[Java]
    short getSingleSignOnServiceBindings();
    void setSingleSignOnServiceBindings(short Value);

TSBSAMLBindingTypes values

Description

    Use this property to specify SSO service bindings.

See also:     PreferredSingleSignOnResponseBinding     SingleSignOnService    

Discuss this help topic in SecureBlackbox Forum