TrustPolicy.CustomTransformation Property
Gets or sets a CustomTransform to use for claim transformations for this TrustPolicy.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CustomTransform CustomTransformation { get; set; }
public:
property CustomTransform^ CustomTransformation {
CustomTransform^ get();
void set(CustomTransform^ value);
}
member CustomTransformation : CustomTransform with get, set
Public Property CustomTransformation As CustomTransform
Property Value
Type: System.Web.Security.SingleSignOn.CustomTransform
A CustomTransform to use for claim transformations for this TrustPolicy.
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top