WebAuthentication Enumeration

Represents type WebAuthentication.

Namespace: System.Net.HTTP.Client
type
 WebAuthentication = (None, Failed, Basic, Digest, Negotiate, Kerberos);

The WebAuthentication type exposes the following members.

Show:
 NameDescription
Basic

Represents constant Basic.

Digest

Represents constant Digest.

Failed

Represents constant Failed.

Kerberos

Represents constant Kerberos.

Negotiate

Represents constant Negotiate.

None

Represents constant None.

Top