Discuss this help topic in SecureBlackbox Forum
Specifies the SAML protocol version.
Declaration
[VB.NET]
Property Version As String
[Pascal]
property Version : string;
[C++]
void get_Version(std::string &OutResult);
void set_Version(const std::string &Value);
[PHP]
string get_Version()
void set_Version(string $Value)
[Java]
String getVersion();
void setVersion(String Value);
Description
This property specifies the SAML protocol version of this request.
The default value is "2.0".
Discuss this help topic in SecureBlackbox Forum