Represents type WebAuthentication.
WebAuthentication
type WebAuthentication = (None, Failed, Basic, Digest, Negotiate, Kerberos);
The WebAuthentication type exposes the following members.
Represents constant Basic.
Basic
Represents constant Digest.
Digest
Represents constant Failed.
Failed
Represents constant Kerberos.
Kerberos
Represents constant Negotiate.
Negotiate
Represents constant None.
None