Discuss this help topic in SecureBlackbox Forum

TElSAMLPOSTBinding.Mode

TElSAMLPOSTBinding     


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


Specifies whether binding is applied on a server, or on a client side.

Declaration

[C#]
    TSBSAMLPOSTBindingMode Mode;

[VB.NET]
    Property Mode As TSBSAMLPOSTBindingMode

[Pascal]
    property Mode : TSBSAMLPOSTBindingMode;

[C++]
    TSBSAMLPOSTBindingMode get_Mode();
    void set_Mode(TSBSAMLPOSTBindingMode Value);

[PHP]
    integer get_Mode()
    void set_Mode(integer $Value)

[Java]
    TSBSAMLPOSTBindingMode getMode();
    void setMode(TSBSAMLPOSTBindingMode Value);

TSBSAMLPOSTBindingMode values

Description

Use this property to specify whether binding is used on a server, or on a client side of communication. The default value is spmClient.

Discuss this help topic in SecureBlackbox Forum