SP.Utilities.PrincipalSource Enumeration
Applies to: SharePoint Foundation 2010
Specifies the source of a principal.
Values
Name |
Description |
---|---|
none |
Enumeration whose value specifies no principal source. Value = 0. |
userInfoList |
Enumeration whose value specifies user information list as the principal source. Value = 1. |
windows |
Enumeration whose value specifies Active Directory as the principal source. Value = 2. |
membershipProvider |
Enumeration whose value specifies the current membership provider as the principal source. Value = 4. |
roleProvider |
Enumeration whose value specifies the current role provider as the principal source. Value = 8. |
all |
Enumeration whose value specifies all principal sources. Value = 15. |