TrustedRealmClaimTransformation Class
Defines the claim transformations used in the trust policy. These objects will be used for incoming corporate claim transformations from the TrustedRealm (account partner) 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.TrustedRealmClaimTransformation
Syntax
[ComVisibleAttribute(true)]
public class TrustedRealmClaimTransformation : TrustPolicyEntryBase
[ComVisibleAttribute(true)]
public ref class TrustedRealmClaimTransformation : TrustPolicyEntryBase
[<ComVisibleAttribute(true)>]
type TrustedRealmClaimTransformation =
class
inherit TrustPolicyEntryBase
end
<ComVisibleAttribute(True)>
Public Class TrustedRealmClaimTransformation
Inherits TrustPolicyEntryBase
Constructors
Name | Description | |
---|---|---|
TrustedRealmClaimTransformation() | This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of the TrustedRealmClaimTransformation class. |
Properties
Name | Description | |
---|---|---|
CommonNameClaimTransformation | Gets or sets the CommonNameClaimTransform used to transform common name claims. |
|
CustomClaimTransformations | Gets or sets 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.) |
|
EmailSuffixValidationTransform | Gets or sets the NameSuffixValidationTransform that validates e-mail suffixes that may be accepted from the Partner Realm. |
|
GroupToUpnClaimTransformations | Gets or sets an ordered list of GroupToUpnClaimTransform objects. |
|
GroupTransformations | Gets or sets a GroupClaimTransformCollection object which contains a group of GroupClaimTransform objects to use for this claim transformation. |
|
UpnSuffixValidationTransform | Gets and sets the NameSuffixValidationTransform that validates UPN suffixes that may be accepted from a partner realm. |
|
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