AuthenticationSchemes Enum
Namespace: System.Net · Assembly: GHIElectronics.TinyCLR.Networking.Http
No description available.
public enum AuthenticationSchemes
Fields
| Name | Value | Description |
|---|---|---|
None | 0x00000000 | |
Digest | 0x00000001 | |
Negotiate | 0x00000002 | |
Ntlm | 0x00000004 | |
Basic | 0x00000008 | |
Anonymous | 0x00008000 | |
IntegratedWindowsAuthentication | Negotiate | Ntlm |