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.
Gets or sets the output of the transformation.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CustomClaim CustomClaim { get; set; }
public:
property CustomClaim^ CustomClaim {
CustomClaim^ get();
void set(CustomClaim^ value);
}
member CustomClaim : CustomClaim with get, set
Public Property CustomClaim As CustomClaim
Property Value
Type: System.Web.Security.SingleSignOn.CustomClaim
Gets or sets the output of the transformation.
See Also
CustomClaimTransform Class
System.Web.Security.SingleSignOn Namespace
Return to top