mscorlib(4.0.0.0) API with additions
AuthenticationLevel.cs
1 namespace System.Net.Security
2 {
4  [global::__DynamicallyInvokable]
5  public enum AuthenticationLevel
6  {
8  [global::__DynamicallyInvokable]
9  None,
11  [global::__DynamicallyInvokable]
14  [global::__DynamicallyInvokable]
16  }
17 }
The client and server should be authenticated. If the server is not authenticated,...
The client and server should be authenticated. The request does not fail if the server is not authent...
AuthenticationLevel
Specifies client requirements for authentication and impersonation when using the T:System....