Scope: AuditUserCredsScope;
The Scope property determines a method of saving service user credentials.
When creating a service user, one can use the following methods for saving its credentials:
Only for Me. Credentials will be stored in the registry of the current user and are available for use only to the current computer user.
Anyone Who Uses This Computer. Credentials will be stored in the registry of the local computer and are available for use to all users of this computer.
NOTE. Credentials can be saved to the local computer registry under the user with administrator permissions.
To the settings.xml File. Credentials will be stored in the settings.xml file.
For details see the Creating a Service User section.
The property use is given in the example for IMetabaseAuditUserInfo.CreateUser.
See also: