Discuss this help topic in SecureBlackbox Forum

TElSAMLRequestAbstractType.Version

TElSAMLRequestAbstractType     


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


Specifies the SAML protocol version.

Declaration

[C#]
    string Version;

[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