UserProfileClaimProvider properties

The UserProfileClaimProvider type exposes the following members.

Properties

  Name Description
Public property DisplayName (Inherited from SPClaimProvider.)
Public property Name Returns the name of the claim provider. This name should be unique and developer has to make sure that this doesn't clashes with existing claim provider. (Overrides SPClaimProvider.Name.)
Public property Schema (Inherited from SPClaimProvider.)
Public property SupportsEntityInformation Tells if the claim provider supports entity information or not. The claim provider infrastructure adds the claims only if this SupportsEntityInformation is true. (Overrides SPClaimProvider.SupportsEntityInformation.)
Public property SupportsHierarchy Tells if we support hierarchy or not. This is used for people picker functionality. We aren't supporting this functionality hence setting this as false. (Overrides SPClaimProvider.SupportsHierarchy.)
Public property SupportsResolve Tells if we support resolve entity feature or not. This is used for people picker functionality. We aren't supporting this functionality hence setting this as false. (Overrides SPClaimProvider.SupportsResolve.)
Public property SupportsSearch Tells if we support search functionality on the basis of claims value or not. We aren't supporting this functionality hence setting this as false. (Overrides SPClaimProvider.SupportsSearch.)
Public property SupportsUserKey (Inherited from SPClaimProvider.)
Public property SupportsUserSpecificHierarchy (Inherited from SPClaimProvider.)

Top

See also

Reference

UserProfileClaimProvider class

Microsoft.Office.Server.Security namespace