Provides a simple default user database that is used when no custom authentication has been defined.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Class ServerUserCollection _
	Inherits UserCollection(Of ServerUser)
C#
public class ServerUserCollection : UserCollection<ServerUser>

Inheritance Hierarchy

System..::..Object
  Rebex.Net.Servers.Core..::..UserCollection<(Of <(<'ServerUser>)>)>
    Rebex.Net.Servers..::..ServerUserCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also