TAstaServerSocket.SecureServer
Applies to
TAstaServerSocket
Declaration
public
Property SecureServer
: Boolean;
Description
With SecureServer set to true the only message allowed from
a client with no UserName already on the UserList, is a LoginRequest or the client gets disconnected.
After the loginrequest the UserRecord of the UserList has a UserName so the door allows any remote users
with a userName through which means they have already passed the Login. This means all doors are closed
except the login door. Design time access is NOT suported with this property set to true.
See Security
Issues