TrustingRealmClaimTransformation Class
Defines the claim transformations used in the trust policy. The TrustingRealmClaimTransformation objects will be used for outgoing corporate claim transformations to the TrustingRealm (resource partner) that this transformation is defined on.
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.TrustingRealmClaimTransformation
Syntax
[ComVisibleAttribute(true)]
public class TrustingRealmClaimTransformation : TrustPolicyEntryBase
[ComVisibleAttribute(true)]
public ref class TrustingRealmClaimTransformation : TrustPolicyEntryBase
[<ComVisibleAttribute(true)>]
type TrustingRealmClaimTransformation =
class
inherit TrustPolicyEntryBase
end
<ComVisibleAttribute(True)>
Public Class TrustingRealmClaimTransformation
Inherits TrustPolicyEntryBase
Constructors
Name | Description | |
---|---|---|
TrustingRealmClaimTransformation() | Initializes a new instance of the TrustingRealmClaimTransformation class. |
Properties
Name | Description | |
---|---|---|
ClaimFilteringTransformation | Gets or sets the ClaimFilteringTransform that will be used for this TrustingRealmClaimTransformation. |
|
CommonNameClaimTransformation | Gets or sets the CommonNameClaimTransform used to transform common name claims. |
|
CustomClaimTransformations | Gets the CustomClaimTransformCollection used to transform custom claims. |
|
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.) |
|
EmailSuffixTransformation | Gets or sets a NameSuffixTransform object used to transform an e-mail suffix during a transform. |
|
GroupTransformations | Gets or sets the GroupClaimTransformCollection used to transform custom claims. |
|
UpnSuffixTransformation | Gets or sets the NameSuffixTransform used to transform UPN suffixes during a transform. |
|
UseEnhancedIdentityPrivacy | Gets or sets whether the identity claims being sent to this partner are to be obfuscated for enhanced identity privacy. |
|
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