CustomClaimTransform Constructor ()
Initializes a new instance of the CustomClaimTransform class. The properties are set to null.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CustomClaimTransform()
public:
CustomClaimTransform()
new : unit -> CustomClaimTransform
Public Sub New
Remarks
The public ClaimFactory class contains methods for creating new instances of CustomClaimTransform.
See Also
CustomClaimTransform Class
System.Web.Security.SingleSignOn Namespace
Return to top