Share via


TrustingRealmClaimTransformation.GroupTransformations Property

 

Gets or sets the GroupClaimTransformCollection used to transform custom claims.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public GroupClaimTransformCollection GroupTransformations { get; }
public:
property GroupClaimTransformCollection^ GroupTransformations {
    GroupClaimTransformCollection^ get();
}
member GroupTransformations : GroupClaimTransformCollection with get
Public ReadOnly Property GroupTransformations As GroupClaimTransformCollection

Property Value

Type: System.Web.Security.SingleSignOn.GroupClaimTransformCollection

The GroupClaimTransformCollection used to transform custom claims.

See Also

TrustingRealmClaimTransformation Class
System.Web.Security.SingleSignOn Namespace

Return to top