Back to product page

Domain property


Holds user's authentication domain (if provided).

Type

String

Syntax

  • Basic
object.Domain [= value]
The Domain(object,value) syntax has these parts:
objectAn expression evaluating to an object of type WebUser
valueA 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.

Platforms

Windows