Enum GroupPolicyPermissionSecurityIdentifierType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Group Policy permission security identifier type.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyPermissionSecurityIdentifierType
Fields
Alias = 4The security identifier is an alias.
Computer = 8The security identifier is a computer.
DeletedAccount = 6The security identifier is a deleted account.
Domain = 3The security identifier is a domain.
Group = 2The security identifier is a group.
Invalid = 7The security identifier is invalid.
Label = 9The security identifier is a label.
Unknown = 0The security identifier type is unknown.
User = 1The security identifier is a user.
WellKnownGroup = 5The security identifier is a well-known group.