ClaimFilteringTransform.AllowedCustomClaimUuids Property
Gets a CorporateClaimUuidCollection object that holds the UUIDs of the allowed custom 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 AllowedCustomClaimUuids { get; }
public:
property CorporateClaimUuidCollection^ AllowedCustomClaimUuids {
CorporateClaimUuidCollection^ get();
}
member AllowedCustomClaimUuids : CorporateClaimUuidCollection with get
Public ReadOnly Property AllowedCustomClaimUuids As CorporateClaimUuidCollection
Property Value
Type: System.Web.Security.SingleSignOn.CorporateClaimUuidCollection
A CorporateClaimUuidCollection object that holds the UUIDs of the allowed custom claims.
See Also
ClaimFilteringTransform Class
System.Web.Security.SingleSignOn Namespace
Return to top