Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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