Adds a new file server user with the specified password.

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

Syntax

Visual Basic
Public Function Add ( _
	userName As String, _
	password As String _
) As FileServerUser
C#
public FileServerUser Add(
	string userName,
	string password
)

Parameters

userName
Type: System..::..String
User name.
password
Type: System..::..String
Password.

Return Value

An instance of the newly-created user.

Remarks

The password is one-way transformed to a SHA-256 hash with a random salt value.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also