Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an ordered list of GroupToUpnClaimTransform objects.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public GroupToUpnClaimTransformCollection GroupToUpnClaimTransformations { get; set; }
public:
property GroupToUpnClaimTransformCollection^ GroupToUpnClaimTransformations {
GroupToUpnClaimTransformCollection^ get();
void set(GroupToUpnClaimTransformCollection^ value);
}
member GroupToUpnClaimTransformations : GroupToUpnClaimTransformCollection with get, set
Public Property GroupToUpnClaimTransformations As GroupToUpnClaimTransformCollection
Property Value
Type: System.Web.Security.SingleSignOn.GroupToUpnClaimTransformCollection
An ordered list of GroupToUpnClaimTransform objects.
Remarks
Note
This property cannot be set for trusted Windows intranet realms.
See Also
TrustedRealmClaimTransformation Class
System.Web.Security.SingleSignOn Namespace
Return to top