AccessControlRulesIdentity 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 properties of an Access Control Rule Identity.
public class AccessControlRulesIdentity
type AccessControlRulesIdentity = class
Public Class AccessControlRulesIdentity
- Inheritance
-
AccessControlRulesIdentity
Constructors
| Name | Description |
|---|---|
| AccessControlRulesIdentity() |
Initializes a new instance of the AccessControlRulesIdentity class. |
| AccessControlRulesIdentity(String, String, String, String, String) |
Initializes a new instance of the AccessControlRulesIdentity class. |
Properties
| Name | Description |
|---|---|
| ExePath |
Gets or sets the path to the executable. |
| GroupName |
Gets or sets the groupName corresponding to this identity. |
| Name |
Gets or sets the name of the identity. |
| ProcessName |
Gets or sets the process name of the executable. |
| UserName |
Gets or sets the username corresponding to this identity. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |