'Declaration
<ComVisibleAttribute(True)> <GuidAttribute("04520415-C996-4105-A7F3-986A2CA4CB4E")> Public Enum SecEntityType Inherits System.Enum
[ComVisible(true)] [Guid("04520415-C996-4105-A7F3-986A2CA4CB4E")] public enum SecEntityType : System.Enum
'Declaration
<ComVisibleAttribute(True)> <GuidAttribute("04520415-C996-4105-A7F3-986A2CA4CB4E")> Public Enum SecEntityType Inherits System.Enum
[ComVisible(true)] [Guid("04520415-C996-4105-A7F3-986A2CA4CB4E")] public enum SecEntityType : System.Enum
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. |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.SecEntityType