SPIdentityClaimMapper class

An abstract class that describes the behavior of an Identity Claim Mapper. Any class implementing this abstarct class should know how to map a set of identity claims into a single encoded SP identity claim.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.Claims.SPIdentityClaimMapper

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class SPIdentityClaimMapper
'Usage
Dim instance As SPIdentityClaimMapper
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class 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

SPIdentityClaimMapper members

Microsoft.SharePoint.Administration.Claims namespace