UserIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The definition of the user identity under which the Task is run.
public class UserIdentity
type UserIdentity = class
Public Class UserIdentity
- Inheritance
-
UserIdentity
Remarks
Specify either the userName or autoUser property, but not both.
Constructors
| Name | Description |
|---|---|
| UserIdentity() |
Initializes a new instance of the UserIdentity class. |
| UserIdentity(String, AutoUserSpecification) |
Initializes a new instance of the UserIdentity class. |
Properties
| Name | Description |
|---|---|
| AutoUser |
Gets or sets the auto user under which the Task is run. |
| UserName |
Gets or sets the name of the user identity under which the Task is run. |