TrustedRealmClaimTransformation.GroupTransformations Property

 

Gets or sets a GroupClaimTransformCollection object which contains a group of GroupClaimTransform objects to use for this claim transformation.

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

A GroupClaimTransformCollection object which contains a group of GroupClaimTransform objects to use for this claim transformation.

See Also

TrustedRealmClaimTransformation Class
System.Web.Security.SingleSignOn Namespace

Return to top