Share via


ClaimFilteringTransform.AllowedGroupClaimUuids Property

 

Gets a CorporateClaimUuidCollection that holds the UUIDs of the allowed group claims. This is the collection of UUIDs that will not be filtered.

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

Syntax

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

Property Value

Type: System.Web.Security.SingleSignOn.CorporateClaimUuidCollection

A CorporateClaimUuidCollection that holds the UUIDs of the allowed group claims.

See Also

ClaimFilteringTransform Class
System.Web.Security.SingleSignOn Namespace

Return to top