TrustPolicyEntry Class

 

This class supports the AD FS infrastructure and is not meant to be used directly from your code. Represents an entry in a TrustPolicy 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.TrustPolicyEntry
      System.Web.Security.SingleSignOn.AccountStore
      System.Web.Security.SingleSignOn.TrustPolicy
      System.Web.Security.SingleSignOn.TrustRealm

Syntax

[ComVisibleAttribute(true)]
public class TrustPolicyEntry : TrustPolicyEntryBase
[ComVisibleAttribute(true)]
public ref class TrustPolicyEntry : TrustPolicyEntryBase
[<ComVisibleAttribute(true)>]
type TrustPolicyEntry = 
    class
        inherit TrustPolicyEntryBase
    end
<ComVisibleAttribute(True)>
Public Class TrustPolicyEntry
    Inherits TrustPolicyEntryBase

Constructors

Name Description
System_CAPS_pubmethod TrustPolicyEntry()

Initializes a new instance of the TrustPolicyEntry class.

Properties

Name Description
System_CAPS_pubproperty 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.)

System_CAPS_pubproperty TrustEntryDisplayName

Gets or sets the display name for this TrustPolicyEntry.

System_CAPS_pubproperty TrustPolicyEntryUri

Gets or sets the Uri for this TrustPolicyEntry.

System_CAPS_pubproperty uuid

Gets or sets the universal unique identifier (UUID) for this TrustPolicyEntryBase object.(Inherited from TrustPolicyEntryBase.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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