ClaimFilteringTransform Class
A transform for claim filtering on the trusting realm. The claim filtering will apply to the TrustingRealmClaimTransformation object. The application applies the filters while it is processing corporate claims and outgoing claims on the resource side of the Federation Server. The ClaimFilteringTransform object specifies how incoming claims will be filtered for a TrustingRealm or a TrustingApplication object.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.TrustPolicyEntryBase
System.Web.Security.SingleSignOn.ClaimFilteringTransform
Syntax
[ComVisibleAttribute(true)]
public class ClaimFilteringTransform : TrustPolicyEntryBase
[ComVisibleAttribute(true)]
public ref class ClaimFilteringTransform : TrustPolicyEntryBase
[<ComVisibleAttribute(true)>]
type ClaimFilteringTransform =
class
inherit TrustPolicyEntryBase
end
<ComVisibleAttribute(True)>
Public Class ClaimFilteringTransform
Inherits TrustPolicyEntryBase
Constructors
Name | Description | |
---|---|---|
ClaimFilteringTransform() | Initializes a new instance of the ClaimFilteringTransform class. |
Properties
Name | Description | |
---|---|---|
AllowCommonNameClaim | Gets or sets a Boolean that indicates whether to allow incoming common name claims to be transformed. |
|
AllowedCustomClaimUuids | Gets a CorporateClaimUuidCollection object that holds the UUIDs of the allowed custom claims. This is the collection of UUIDs that will not be filtered. |
|
AllowedGroupClaimUuids | Gets a CorporateClaimUuidCollection that holds the UUIDs of the allowed group claims. This is the collection of UUIDs that will not be filtered. |
|
AllowEmailClaim | Gets or sets a Boolean that indicates whether to allow incoming e-mail claims to be transformed. |
|
AllowUpnClaim | Gets or sets a Boolean that indicates whether to allow incoming UPN claims to be transformed. |
|
Disabled | Gets or sets whether the trust with this realm is currently active. If this is set, no tokens will be accepted from this partner.(Inherited from TrustPolicyEntryBase.) |
|
Inactive | Gets or sets a Boolean that indicates whether the filtering transform is inactive. |
|
uuid | Gets or sets the universal unique identifier (UUID) for this TrustPolicyEntryBase object.(Inherited from TrustPolicyEntryBase.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top