WeOnlyDo! wodWebServer ActiveX - Domain Property
      
 

Description

Holds user's authentication domain (if provided).


Property type

A String value.  


Syntax

object.Domain [= value]



The Domain Property syntax has these parts:

Part Description
object An expression evaluating to an object of type WebUser.
value A String value.

Remarks

Domain contains information user's domain when NTLM challenge-response authentication was performed. It can be empty even when NTLM is used (and surely is empty when other type of authentication is used). You can use it to decide whether user has supplied valid login credentials or not, in UserAuthenticate event.