The DomainLogonType enumeration contains connection types to a server used while using domain authentication.
It is used by the following property:
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 on connecting to high-performance servers, which handle a number of authentication attempts with password sent in open format, for example, on connecting to mail servers or web servers. Credentials are not cached. |
5 | Service. Service connection. The specified user must have the corresponding privilege on a server. |
See also: