IDomainCredentials.LogonType

Syntax

LogonType: DomainLogonType;

Description

The LogonType property determines a type of connection, if the domain authentication is used.

Comments

If is necessary to specify the type of connection, if the connection is not established from the current domain user profile (The False value was set for the LogonAsCurrentUser property). The following type of connection is used by default: DomainLogonType.Batch. The privileges should be given to the user from the profile of which the connection is established.

See also:

IDomainCredentials