Discuss this help topic in SecureBlackbox Forum

TElSAMLSPSession.SAMLSession

TElSAMLSPSession     See also     


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


The unique identifier of this session.

Declaration

[C#]
    string SAMLSession;

[VB.NET]
    Property SAMLSession As String

[Pascal]
    property SAMLSession : string;

[C++]
    void get_SAMLSession(std::string &OutResult);
    void set_SAMLSession(const std::string &Value);

[PHP]
    string get_SAMLSession()
    void set_SAMLSession(string $Value)

[Java]
    String getSAMLSession();
    void setSAMLSession(String Value);

Description

This property specifies the unique identifier of this session.

See also:     NameID    

Discuss this help topic in SecureBlackbox Forum