The NetHttpCommandAuthentication enumerations contains user authentication methods on connecting to network resource.
It is used by the following properties and methods:
Value | Brief description |
-1 | None. Authentication method is not specified. |
0 | Basic. Simple authentication schema where user name and password are sent in the request header. |
1 | Digest. Authentication schema when server sends a unique value and the client sends MD5-hash of the user password calculated using the unique value. |
2 | Negotiate. Schema that uses NTLM or Kerberos authentication. |
See also: