The AuditUserCredsScope enumeration is used to determine a method to save credentials of service user.
It is used by the following property:
For details about methods for saving service user credentials see the Creating a Service User section.
| Value | Brief description |
| 0 | Default. Default value. Credentials will be stored in the settings.xml file. NOTE. The value is used in PP.Util to add service user credentials to each user computer if a data saving method is not set in the [/SCOPE scope] parameter. |
| 1 | CurrentUser. Credentials will be stored in the registry of the current user and are available for use only to the current computer user. |
| 2 | LocalMachine. Credentials will be stored in the registry of a local computer and are available for use to all computer users. |
| 3 | File. Credentials will be stored in the settings.xml file. |
| 4 | Nowhere. Credentials will not be stored. |
See also: