true if the client has successfully authenticated.
Namespace: RemoteViewing.Vnc.ServerAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
public bool IsAuthenticated { get; private set; }
public bool IsAuthenticated { get; private set; }
Public Property IsAuthenticated As Boolean
Get
Private Set
Public Property IsAuthenticated As Boolean
Get
Private Set
public:
property bool IsAuthenticated {
bool get ();
private: void set (bool value);
}
public:
property bool IsAuthenticated {
bool get ();
private: void set (bool value);
}
member IsAuthenticated : bool with get, private set
member IsAuthenticated : bool with get, private set