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