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 | |
---|---|---|
SPIdentityClaimMapper |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetMappedIdentityClaim | Method that a Mapper should implement to receive a set of identity claims, and return a single identity claim that SP understands. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top