Expand Minimize
This topic has not yet been rated - Rate this topic

SPPrincipalSource enumeration

Specifies the source of the current principal.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "PrincipalSource", ServerTypeId = "{fb45d8db-3caf-4062-b9e7-6b0b6c6c4d7d}")]
[FlagsAttribute]
public enum SPPrincipalSource
Member nameDescription
NoneDo not specify a source.
UserInfoListUse the user information list as the source.
WindowsUse Windows as the source.
MembershipProviderUse the membership provider as the source.
RoleProviderUse the role provider as the source
AllUse all sources.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.