Click or drag to resize

LogonTypesContract Enumeration

DataContract

Namespace:  SOS.SDK.Contracts.DataContracts.Enums
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public enum LogonTypesContract
Members
  Member nameValueDescription
None0The logon method is not specified. Used for non-NT credentials.
Password1Use a password for logging on the user. The password must be supplied at registration time.
S4U2Use an existing interactive token to run a task. The user must log on using a service for user (S4U) logon. When an S4U logon is used, no password is stored by the system and there is no access to either the network or to encrypted files.
InteractiveToken3User must already be logged on. The task will be run only in an existing interactive session.
Group4Group activation. The groupId field specifies the group.
ServiceAccount5Indicates that a Local System, Local Service, or Network Service account is being used as a security context to run the task.
InteractiveTokenOrPassword6First use the interactive token. If the user is not logged on (no interactive token is available), then the password is used. The password must be specified when a task is registered. This flag is not recommended for new tasks because it is less reliable than Password.
See Also