Discuss this help topic in SecureBlackbox Forum
Specifies if the client was authenticated.
Declaration
[VB.NET]
Property Authenticated As Boolean
[Pascal]
property Authenticated : boolean;
[C++]
bool get_Authenticated();
void set_Authenticated(bool Value);
[PHP]
bool get_Authenticated()
void set_Authenticated(bool $Value)
[Java]
boolean getAuthenticated();
void setAuthenticated(boolean Value);
Description
Use this property to specify if the client was authenticated.
Discuss this help topic in SecureBlackbox Forum