AuthenticationMethods Enum
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
User authentication method.
Syntax
[Flags]
public enum AuthenticationMethods
Fields
Name | Description |
---|---|
Any | Allow any authentication method. |
External | External authentication. |
None | No authentication method. |
Password | Password authentication. |
PublicKey | Public key authentication. |