Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum