User authentication method.
            
    Namespace: 
   Rebex.Net.Servers
    Assembly:
   Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
| Visual Basic | 
|---|
<FlagsAttribute> _ Public Enumeration AuthenticationMethods  | 
| C# | 
|---|
[FlagsAttribute] public enum AuthenticationMethods  | 
Members
| Member name | Description | |
|---|---|---|
| None | 
            No authentication method.
              | |
| Password | 
            Password authentication.
              | |
| PublicKey | 
            Public key authentication.
              | |
| External | 
            External authentication.
              | |
| Any | 
            Allow any authentication method.
              |