Discuss this help topic in SecureBlackbox Forum

TElHTTPSession.ConfirmPostfix

TElHTTPSession     


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


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