Enum AuthenticationStatus
Enum AuthenticationStatus. Describes the status of the user authentication process.
Namespace: VpnSDK.Enums
Assembly: cs.temp.dll.dll
Syntax
public enum AuthenticationStatus
Fields
| Name | Description |
|---|---|
| Authenticated | Authentication has successfully completed and credentials are valid. |
| InProgress | Operation in progress. |
| NotAuthenticated | The WLVPN API was not reachable or the credentials provided were invalid. |