Discuss this help topic in SecureBlackbox Forum
Contains a postfix confirmation string.
Declaration
[C#]
string ConfirmPostfix;
[VB.NET]
Property ConfirmPostfix As String
[Pascal]
property ConfirmPostfix : string;
[C++]
void get_ConfirmPostfix(std::string &OutResult);
void set_ConfirmPostfix(const std::string &Value);
[PHP]
string get_ConfirmPostfix()
void set_ConfirmPostfix(string $Value)
[Java]
String getConfirmPostfix();
void setConfirmPostfix(String Value);
Description
This property contains a randomly generated string (unique for this session) used to confirm client's requests.
Discuss this help topic in SecureBlackbox Forum