Back to product page

WebAuthenticationTypes Enumeration


This is list of of values that determine type of authentication required (or supported) for user to access resources on your server.

Remarks

You should set this value (or combination of these values!) in AuthenticationType property.

Possible values for WebAuthenticationTypes:

Constant Value Description
AuthNone 0 No authentication supported.
AuthBasic 1 Server supports Basic base64 authentication.
AuthNTLM 2 Server supports NTLM challenge-request authentication.
AuthCertificate 4 Server supports authentication with client certificate.

Platforms

Windows