Catalyst File Transfer .NET

InternetDialer.UserDomain Property

Gets and sets the NT domain on which user authentication is to occur.

[Visual Basic]
Public Property UserDomain As String
[C#]
public string UserDomain {get; set;}

Property Value

A string which specifies the NT domain name.

Remarks

The UserDomain property is used to specify the NT domain on which the user name and password will be authenticated. An empty string specifies the domain in which the Remote Access server is a member. An asterisk specifies the domain stored in the phone book entry.

See Also

InternetDialer Class | SocketTools Namespace