DomainLogonType

Description

The DomainLogonType enumeration contains connection types to a server used while using domain authentication.

It is used by the following property:

Available Values

Value Brief description
0 Unknown. Use default connection type.
2 Interactive. This connection type is meant for users who will use computer in interactive mode, for example, for users connected to a terminal server.
3 Network. This type is used while connecting to high-performance servers to check passwords passed as an open text. System function does not require to cache specified credentials under this connection type.
4 Batch. This type is used while connecting to a packet server, on which processes can execute from user name without his immediate inference. This type is also used while connecting high-performance servers that process a number of authentication attempts with passwords passed as an open text, for example, while connecting to mail or web servers. Credentials are not cached.
5 Service. Service connection. The specified user must have the corresponding privilege on a server.

See also:

Metabase Assembly Enumerations