SPIdentityClaimMapper members

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.

The SPIdentityClaimMapper type exposes the following members.

Constructors

  Name Description
Protected method SPIdentityClaimMapper

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetMappedIdentityClaim Method that a Mapper should implement to receive a set of identity claims, and return a single identity claim that SP understands.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPIdentityClaimMapper class

Microsoft.SharePoint.Administration.Claims namespace