ServerUser Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
Represents a server user.
Syntax
public class ServerUser
Inherited Members
Constructors
| Name | Description |
|---|---|
| ServerUser(String, String) | Creates a new server user with the specified password. |
Properties
| Name | Description |
|---|---|
| Group | Gets the user group. |
| Name | Gets the user name. |
| None | Helper object that represents no user. |
Methods
| Name | Description |
|---|---|
| CheckPassword(String) | Checks whether the specified password is correct. |
| SetGroup(String) | Sets user group. |
| SetPassword(String) | Sets user password. |
| ToString() | Returns a string that represents the user. |