Discuss this help topic in SecureBlackbox Forum
Specifies whether the client is 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
This property specifies whether the client is authenticated or not.
Discuss this help topic in SecureBlackbox Forum