TrustingRealmClaimTransformation.CustomClaimTransformations Property

 

Gets 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; }
public:
property CustomClaimTransformCollection^ CustomClaimTransformations {
    CustomClaimTransformCollection^ get();
}
member CustomClaimTransformations : CustomClaimTransformCollection with get
Public ReadOnly Property CustomClaimTransformations As CustomClaimTransformCollection

Property Value

Type: System.Web.Security.SingleSignOn.CustomClaimTransformCollection

The CustomClaimTransformCollection used to transform custom claims.

See Also

TrustingRealmClaimTransformation Class
System.Web.Security.SingleSignOn Namespace

Return to top