Indicates the type of a SecEntity.
enum SecEntityType { setUser = 1, setGroup, setDomain, setAlias, setWellKnownGroup, setDeletedAccount, setInvalid, setUnknown, setComputer };
public enum SecEntityType { setUser = 1, setGroup, setDomain, setAlias, setWellKnownGroup, setDeletedAccount, setInvalid, setUnknown, setComputer }
Public Enum SecEntityType setUser = 1 setGroup setDomain setAlias setWellKnownGroup setDeletedAccount setInvalid setUnknown setComputer End Enum
Members |
Description |
setUser = 1 |
The entity is a user. |
setGroup |
The entity is a group. |
setDomain |
The entity is a domain. |
setAlias |
The entity is an alias. |
setWellKnownGroup |
The entity is a well-known group. |
setDeletedAccount |
The entity is a deleted account. |
setInvalid |
The entity is invalid. |
setUnknown |
The type of the entity is unknown. |
setComputer |
The entity is a computer. |
Corresponds to the Windows API SID_NAME_USE enumeration.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|