WeOnlyDo! wodWebServer ActiveX - WebAuthenticationTypes Enumeration
    
 

Description

This is list of of values that determine type of authentication required (or supported) for user to access resources on your server. You should set this value (or combination of these values!) in AuthenticationType property.




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