Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnRequestElement.ProtocolBinding

TElSAMLAuthnRequestElement     See also     


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


SAML protocol binding to be used when returning the response.

Declaration

[C#]
    string ProtocolBinding;

[VB.NET]
    Property ProtocolBinding As String

[Pascal]
    property ProtocolBinding : TSBAnyURI;

[C++]
    void get_ProtocolBinding(std::string &OutResult);
    void set_ProtocolBinding(const std::string &Value);

[PHP]
    string get_ProtocolBinding()
    void set_ProtocolBinding(string $Value)

[Java]
    String getProtocolBinding();
    void setProtocolBinding(String Value);

Description

This property specifies the URI location of the protocol binding to be used, in conjunction with AssertionConsumerServiceURL, when returning the response.

See also:     AssertionConsumerServiceURL    

Discuss this help topic in SecureBlackbox Forum