Enum PrincipalType
Specifies the type of a principal. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Flags]
public enum PrincipalType
Fields
All = User | DistributionList | SecurityGroup | SharePointGroupEnumeration whose value specifies all principal types. Value = 15.
DistributionList = 2Enumeration whose value specifies a distribution list as the principal type. Value = 2.
None = 0Enumeration whose value specifies no principal type. Value = 0.
SecurityGroup = 4Enumeration whose value specifies a security group as the principal type. Value = 4.
Enumeration whose value specifies a group (2) as the principal type. Value = 8.
User = 1Enumeration whose value specifies a user as the principal type. Value = 1.