Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

FileServerUserCollection Class

Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9147)

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
Inheritance
Object
UserCollection<FileServerUser>
FileServerUserCollection
Implements
ICollection<FileServerUser>
IEnumerable<FileServerUser>
IEnumerable
Inherited Members
UserCollection<FileServerUser>.Add(FileServerUser)
UserCollection<FileServerUser>.Clear()
UserCollection<FileServerUser>.Contains(FileServerUser)
UserCollection<FileServerUser>.Contains(String)
UserCollection<FileServerUser>.Count
UserCollection<FileServerUser>.GetEnumerator()
UserCollection<FileServerUser>.Item[String]
UserCollection<FileServerUser>.Remove(FileServerUser)
UserCollection<FileServerUser>.Remove(String)
UserCollection<FileServerUser>.ICollection<FileServerUser>.CopyTo(FileServerUser[], Int32)
UserCollection<FileServerUser>.ICollection<FileServerUser>.IsReadOnly
UserCollection<FileServerUser>.IEnumerable.GetEnumerator()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()

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.

In This Article
  • Methods
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies