IDomainCredentials.LogonAsCurrentUser

Syntax

LogonAsCurrentUser: Boolean;

Description

The LogonAsCurrentUser property determines whether the connection will be established from the current domain user profile.

Comments

The True value was set for the property by default, the connection is established with the credentials of the current domain user. If the False value is set for the property, the Domain, UserName and Password properties should be determined to connect to the scheme.

Example

The property use is given in the example for IDomainCredentials.Domain.

See also:

IDomainCredentials