Discuss this help topic in SecureBlackbox Forum

TElSAMLStatusCodeElement.Value

TElSAMLStatusCodeElement     See also     


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


COntains the status code value.

Declaration

[C#]
    string Value;

[VB.NET]
    Property Value As String

[Pascal]
    property Value : TSBAnyURI;

[C++]
    void get_Value(std::string &OutResult);
    void set_Value(const std::string &Value);

[PHP]
    string get_Value()
    void set_Value(string $Value)

[Java]
    String getValue();
    void setValue(String Value);

Description

Use this property to specify one of the status codes defined by SAML specification, e.g., 'urn:oasis:names:tc:SAML:2.0:status:Success', 'urn:oasis:names:tc:SAML:2.0:status:Requester', etc..

See also:     SubValue    

Discuss this help topic in SecureBlackbox Forum