Discuss this help topic in SecureBlackbox Forum

TElSAMLSPSession.AuthnRequestID

TElSAMLSPSession     See also     


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


The identifier of the AuthnRequest.

Declaration

[C#]
    string AuthnRequestID;

[VB.NET]
    Property AuthnRequestID As String

[Pascal]
    property AuthnRequestID : string;

[C++]
    void get_AuthnRequestID(std::string &OutResult);
    void set_AuthnRequestID(const std::string &Value);

[PHP]
    string get_AuthnRequestID()
    void set_AuthnRequestID(string $Value)

[Java]
    String getAuthnRequestID();
    void setAuthnRequestID(String Value);

Description

This property specifies the identifier of AuthnRequest of this session.

See also:     LogoutRequestID    

Discuss this help topic in SecureBlackbox Forum