ServerUser Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9313)
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 | 
|---|---|
| Name | Gets the user name.  | 
      
Methods
| Name | Description | 
|---|---|
| CheckPassword(String) | Checks whether the specified password is correct.  | 
      
| ToString() | Returns a string that represents the user.  |