UserProfileIdentityClaimMapper class

Class that knows how to search the User Profile Store to map a set of identity claims to a single identity claim.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.Claims.SPIdentityClaimMapper
    Microsoft.Office.Server.Security.UserProfileIdentityClaimMapper

Namespace:  Microsoft.Office.Server.Security
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class UserProfileIdentityClaimMapper _
    Inherits SPIdentityClaimMapper
'Usage
Dim instance As UserProfileIdentityClaimMapper
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class UserProfileIdentityClaimMapper : SPIdentityClaimMapper

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

UserProfileIdentityClaimMapper members

Microsoft.Office.Server.Security namespace