IClaimTransform Interface
Extends the options for how claim transformations are handled by the Federation Server. Use this interface to customize claim transformations and write code to implement those customized transformations. You must register the class that implements this interface by using the CustomTransformation property of the TrustPolicy class, or by specifying it in the Federation Server Administration snap-in.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)
Syntax
public interface IClaimTransform
public interface class IClaimTransform
type IClaimTransform = interface end
Public Interface IClaimTransform
Methods
Name | Description | |
---|---|---|
TransformClaims(SecurityPropertyCollection, SecurityPropertyCollection, SecurityPropertyCollection, ClaimTransformStage, String, String) | Provides extensibility for AD FS claim processing. |
See Also
System.Web.Security.SingleSignOn Namespace
Return to top