Gets a collection of users. Provides a simple user database which is used by default when no custom authentication has been defined.
Namespace:
Rebex.Net.Servers.Core
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property Users As ServerUserCollection Get |
C# |
---|
public ServerUserCollection Users { get; } |