Enum SecurityStatus
The states of the FTP login state machine.
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public enum SecurityStatus
Fields
| Name | Description |
|---|---|
| Authenticated | The user is authenticated. Authorization is needed. |
| Authorized | The user is authorized. |
| NeedAccount | An additional |
| NeedPassword | User needs to issue a password. |
| NeedSecurityData | The |
| Unauthenticated | Unauthenticated, either |