SecEntityType Enumeration
In This Topic
Syntax
Members
Member | Value | Description |
Alias | 4 |
The entity is an alias.
|
Computer | 9 |
The entity is a computer.
|
DeletedAccount | 6 |
The entity is a deleted account.
|
Domain | 3 |
The entity is a domain.
|
Group | 2 |
The entity is a group.
|
Invalid | 7 |
The entity is invalid.
|
Unknown | 8 |
The type of the entity is unknown.
|
User | 1 |
The entity is a user.
|
WellKnownGroup | 5 |
The entity is a well-known group.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.SecEntityType
See Also