mscorlib(4.0.0.0) API with additions
AuthenticationSchemes.cs
1 namespace System.Net
2 {
4  [Flags]
5  [global::__DynamicallyInvokable]
7  {
9  [global::__DynamicallyInvokable]
10  None = 0x0,
12  [global::__DynamicallyInvokable]
13  Digest = 0x1,
15  [global::__DynamicallyInvokable]
16  Negotiate = 0x2,
18  [global::__DynamicallyInvokable]
19  Ntlm = 0x4,
21  [global::__DynamicallyInvokable]
22  Basic = 0x8,
24  [global::__DynamicallyInvokable]
25  Anonymous = 0x8000,
27  [global::__DynamicallyInvokable]
29  }
30 }
AuthenticationSchemes
Specifies protocols for authentication.
Specifies anonymous authentication.
The host is set, but the type cannot be determined.
Specifies digest authentication.