TrustedRealmClaimTransformation.CustomClaimTransformations Property
Gets or sets the CustomClaimTransformCollection used to transform custom claims.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CustomClaimTransformCollection CustomClaimTransformations { get; set; }
public:
property CustomClaimTransformCollection^ CustomClaimTransformations {
CustomClaimTransformCollection^ get();
void set(CustomClaimTransformCollection^ value);
}
member CustomClaimTransformations : CustomClaimTransformCollection with get, set
Public Property CustomClaimTransformations As CustomClaimTransformCollection
Property Value
Type: System.Web.Security.SingleSignOn.CustomClaimTransformCollection
The CustomClaimTransformCollection used to transform custom claims.
See Also
TrustedRealmClaimTransformation Class
System.Web.Security.SingleSignOn Namespace
Return to top