Discuss this help topic in SecureBlackbox Forum
Declaration
[VB.NET]
Property RequireAuth As Boolean
[Pascal]
property RequireAuth : Boolean;
[C++]
bool get_RequireAuth();
void set_RequireAuth(bool Value);
[PHP]
bool get_RequireAuth()
void set_RequireAuth(bool $Value)
[Java]
boolean getRequireAuth();
void setRequireAuth(boolean Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum