SPClaimEntityTypes members
Represents the entity types returned by the various claim providers found in the Microsoft.SharePoint.Administration.Claims namespace.
The SPClaimEntityTypes type exposes the following members.
Properties
Name | Description | |
---|---|---|
DistributionList | Gets the entity type for distribution list entities. | |
FormsRole | Gets the entity type for forms authentication roles. | |
SecurityGroup | Gets the entity type for security group entities. | |
System | Gets the entity type for system entities. | |
Trusted | Gets the entity type for trusted claim provider entities. | |
User | Gets the entity type for user entities. |
Top
Methods
Name | Description | |
---|---|---|
ArePrincipalTypeAndEntityTypeConsistent | ||
ConvertFromPrincipalType | Performs a conversion from principal types to entity types. | |
ConvertToPrincipalType | Performs a conversion from entity types to principal types. | |
Equals | Performs a comparison between two entity type objects. |
Top