FileServerUserCollection Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9448)
Provides a simple default user database that is used when no custom authentication has been defined.
Syntax
public class FileServerUserCollection : UserCollection<FileServerUser>, ICollection<FileServerUser>, IEnumerable<FileServerUser>, IEnumerable
Inherited Members
Methods
| Name | Description |
|---|---|
| Add(String, String) | Adds a new file server user with the specified password. |
| Add(String, String, ShellType) | Adds a new file server user with the specified password and their virtual filesystem based at the specified path. |
| Add(String, String, String) | Adds a new file server user with the specified password and their virtual filesystem based at the specified path. |
| Add(String, String, String, ShellType) | Adds a new file server user with the specified password and their virtual filesystem based at the specified path. |
| Add(String, String, String, String) | Adds a new file server user with the specified password, their virtual filesystem based at the specified path, and initial path in the virtual filesystem. |