Discuss this help topic in SecureBlackbox Forum
Contains CSRF token.
Declaration
[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