TrustedRealmCollection Properties

 

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Properties

Name Description
System_CAPS_pubproperty Capacity

(Inherited from CollectionBase.)

System_CAPS_pubproperty Count

(Inherited from CollectionBase.)

System_CAPS_protproperty InnerList

(Inherited from CollectionBase.)

System_CAPS_pubproperty Item[Guid]

Gets the TrustedRealm object with the specified universally unique identifier (UUID).

System_CAPS_pubproperty Item[Int32]

Gets or sets the TrustedRealm object at the specified index.

System_CAPS_pubproperty Item[String]

Gets the TrustedRealm object with the specified uniform resource identifier (URI).

System_CAPS_protproperty List

(Inherited from CollectionBase.)

System_CAPS_protproperty TP

Gets or sets the TrustPolicy.(Inherited from TrustPolicyEntryCollection.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privproperty ICollection.IsSynchronized

(Inherited from CollectionBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty ICollection.SyncRoot

(Inherited from CollectionBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.IsFixedSize

(Inherited from CollectionBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.IsReadOnly

(Inherited from CollectionBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.Item[Int32]

(Inherited from CollectionBase.)

See Also

TrustedRealmCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top