Discuss this help topic in SecureBlackbox Forum
Specifies whether the user is authenticated.
Declaration
[C#]
bool IsAuthenticated;
[VB.NET]
Property IsAuthenticated As Boolean
[Pascal]
property IsAuthenticated: boolean;
[C++]
bool get_IsAuthenticated();
[PHP]
bool get_IsAuthenticated()
[Java]
boolean getIsAuthenticated();
Description
Returns True if the user is the same as the authenticated user for whom a request was made.
Discuss this help topic in SecureBlackbox Forum