TrustPolicyEntryBase Class
This class supports the AD FS infrastructure and is not meant to be used directly from your code. The base entry for a trust policy.
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.ADGroupGeneration
System.Web.Security.SingleSignOn.ClaimFilteringTransform
System.Web.Security.SingleSignOn.CommonNameClaimTransform
System.Web.Security.SingleSignOn.CorporateClaims
System.Web.Security.SingleSignOn.CustomClaim
System.Web.Security.SingleSignOn.CustomClaimTransform
System.Web.Security.SingleSignOn.CustomModule
System.Web.Security.SingleSignOn.GroupClaim
System.Web.Security.SingleSignOn.GroupClaimTransform
System.Web.Security.SingleSignOn.GroupToUpnClaimTransform
System.Web.Security.SingleSignOn.LdapClaimGeneration
System.Web.Security.SingleSignOn.NameSuffixTransform
System.Web.Security.SingleSignOn.NameSuffixValidationTransform
System.Web.Security.SingleSignOn.TrustedRealmClaimTransformation
System.Web.Security.SingleSignOn.TrustingRealmClaimTransformation
System.Web.Security.SingleSignOn.TrustPolicyEntry
System.Web.Security.SingleSignOn.UpnClaim
Syntax
[ComVisibleAttribute(true)]
public class TrustPolicyEntryBase
[ComVisibleAttribute(true)]
public ref class TrustPolicyEntryBase
[<ComVisibleAttribute(true)>]
type TrustPolicyEntryBase = class end
<ComVisibleAttribute(True)>
Public Class TrustPolicyEntryBase
Constructors
Name | Description | |
---|---|---|
TrustPolicyEntryBase() | Initializes a new instance of the Initializes a new instance of the TrustPolicyEntry class. |
Properties
Name | Description | |
---|---|---|
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. |
|
uuid | Gets or sets the universal unique identifier (UUID) for this TrustPolicyEntryBase object. |
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