Enum AuthenticationType
- Namespace
- nanoFramework.WebServer
- Assembly
- nanoFramework.WebServer.dll
The type of authentication to use.
public enum AuthenticationType
Fields
ApiKey = 2Using an ApiKey.
Basic = 1Basic authentication with user and password.
None = 0No authentication is needed.