Gets a boolean value indicating whether the session is authenticated.
This is used to check whether the session has been automatically preauthenticated prior to calling the
Authenticate method.
public bool IsAuthenticated { get; }
Public ReadOnly Property IsAuthenticated As Boolean
public:
property bool IsAuthenticated {
bool get();
}