ClaimTransformStage Enumeration

 

Identifies the point at which a CustomClaimTransform class is called. A CustomClaimTransform class will be called twice, once before the built-in transforms are evaluated, and once after.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)

Syntax

public enum ClaimTransformStage
public enum class ClaimTransformStage
type ClaimTransformStage
Public Enumeration ClaimTransformStage

Members

Member name Description
PostProcessing

Indicates that the CustomClaimTransform class is called after the built-in claim transforms have been evaluated.

PreProcessing

Indicates that the CustomClaimTransform class is called before the built-in claim transforms have been evaluated.

See Also

System.Web.Security.SingleSignOn Namespace

Return to top