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 servers with large power to check passwords passed by 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 servers with large power that process a lot of authentication attempts with passwords passed by an open text, for example while connection to mail or web servers. Cache of credentials is not executed. |
5 | Service. Service connection. Specified user must have a specified privilege on a server. |
See also: