TrustedRealmCollection Class
A collection of TrustedRealm objects.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Collections.CollectionBase
System.Web.Security.SingleSignOn.TrustPolicyEntryCollection
System.Web.Security.SingleSignOn.TrustedRealmCollection
Syntax
[ComVisibleAttribute(true)]
public class TrustedRealmCollection : TrustPolicyEntryCollection
[ComVisibleAttribute(true)]
public ref class TrustedRealmCollection : TrustPolicyEntryCollection
[<ComVisibleAttribute(true)>]
type TrustedRealmCollection =
class
inherit TrustPolicyEntryCollection
end
<ComVisibleAttribute(True)>
Public Class TrustedRealmCollection
Inherits TrustPolicyEntryCollection
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) |
|
Count | (Inherited from CollectionBase.) |
|
InnerList | (Inherited from CollectionBase.) |
|
Item[Guid] | Gets the TrustedRealm object with the specified universally unique identifier (UUID). |
|
Item[Int32] | Gets or sets the TrustedRealm object at the specified index. |
|
Item[String] | Gets the TrustedRealm object with the specified uniform resource identifier (URI). |
|
List | (Inherited from CollectionBase.) |
|
TP | Gets or sets the TrustPolicy.(Inherited from TrustPolicyEntryCollection.) |
Methods
Name | Description | |
---|---|---|
Add(TrustPolicyEntry) | Adds an item to the TrustPolicyEntryCollection.(Inherited from TrustPolicyEntryCollection.) |
|
Clear() | (Inherited from CollectionBase.) |
|
Contains(TrustPolicyEntry) | Determines whether the TrustPolicyEntryCollection contains a specific element.(Inherited from TrustPolicyEntryCollection.) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetEnumerator() | (Inherited from CollectionBase.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
IndexOf(TrustPolicyEntry) | Searches for the specified TrustPolicyEntry and returns the zero-based index of the first occurrence within the entire collection.(Inherited from TrustPolicyEntryCollection.) |
|
Insert(Int32, TrustPolicyEntry) | Inserts an element into the TrustPolicyEntryCollection at the specified index.(Inherited from TrustPolicyEntryCollection.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
OnClear() | Performs additional custom processes when clearing the contents of the TrustPolicyEntryCollection instance.(Inherited from TrustPolicyEntryCollection.) |
|
OnClearComplete() | (Inherited from CollectionBase.) |
|
OnInsert(Int32, Object) | (Inherited from CollectionBase.) |
|
OnInsertComplete(Int32, Object) | Performs additional custom processes after inserting a new element into the TrustPolicyEntryCollection instance.(Inherited from TrustPolicyEntryCollection.) |
|
OnRemove(Int32, Object) | (Inherited from CollectionBase.) |
|
OnRemoveComplete(Int32, Object) | Performs additional custom processes after removing an element from the TrustPolicyEntryCollection instance.(Inherited from TrustPolicyEntryCollection.) |
|
OnSet(Int32, Object, Object) | (Inherited from CollectionBase.) |
|
OnSetComplete(Int32, Object, Object) | Performs additional custom processes after setting a value in the TrustPolicyEntryCollection instance.(Inherited from TrustPolicyEntryCollection.) |
|
OnValidate(Object) | Performs additional custom processes when validating a value.(Overrides TrustPolicyEntryCollection.OnValidate(Object).) |
|
Remove(TrustPolicyEntry) | Removes the first occurrence of a specific object from the TrustPolicyEntryCollection.(Inherited from TrustPolicyEntryCollection.) |
|
RemoveAt(Int32) | (Inherited from CollectionBase.) |
|
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo(Array, Int32) | (Inherited from CollectionBase.) |
|
IList.Add(Object) | (Inherited from CollectionBase.) |
|
IList.Contains(Object) | (Inherited from CollectionBase.) |
|
IList.IndexOf(Object) | (Inherited from CollectionBase.) |
|
IList.Insert(Int32, Object) | (Inherited from CollectionBase.) |
|
IList.Remove(Object) | (Inherited from CollectionBase.) |
|
ICollection.IsSynchronized | (Inherited from CollectionBase.) |
|
ICollection.SyncRoot | (Inherited from CollectionBase.) |
|
IList.IsFixedSize | (Inherited from CollectionBase.) |
|
IList.IsReadOnly | (Inherited from CollectionBase.) |
|
IList.Item[Int32] | (Inherited from CollectionBase.) |
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