ServerUserCollection Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
Provides a simple default user database that is used when no custom authentication has been defined.
Syntax
public class ServerUserCollection : UserCollection<ServerUser>, ICollection<ServerUser>, IEnumerable<ServerUser>, IEnumerable
Inherited Members
Methods
Name | Description |
---|---|
Add(String, String) | Adds a user with the specified user name and password to the collection. |