Discuss this help topic in SecureBlackbox Forum

TElHTTPSession.CSRFValue

TElHTTPSession     


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


Contains CSRF token.

Declaration

[C#]
    string CSRFValue;

[VB.NET]
    Property CSRFValue As String

[Pascal]
    property CSRFValue : string;

[C++]
    void get_CSRFValue(std::string &OutResult);
    void set_CSRFValue(const std::string &Value);

[PHP]
    string get_CSRFValue()
    void set_CSRFValue(string $Value)

[Java]
    String getCSRFValue();
    void setCSRFValue(String Value);

Description

This property contains the value of the CSRF (Cross-site request forgery) token.

Discuss this help topic in SecureBlackbox Forum