CorporateClaimUuidCollection Class
A collection of universal unique identifiers (UUIDs) for corporate claims.
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.CorporateClaimUuidCollection
Syntax
[ComVisibleAttribute(true)]
public class CorporateClaimUuidCollection : CollectionBase
[ComVisibleAttribute(true)]
public ref class CorporateClaimUuidCollection : CollectionBase
[<ComVisibleAttribute(true)>]
type CorporateClaimUuidCollection =
class
inherit CollectionBase
end
<ComVisibleAttribute(True)>
Public Class CorporateClaimUuidCollection
Inherits CollectionBase
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) |
|
Count | (Inherited from CollectionBase.) |
|
InnerList | (Inherited from CollectionBase.) |
|
Item[CustomClaim] | Gets or sets the CustomClaim object that is equal to the specified CustomClaim object in this CorporateClaimUuidCollection collection. |
|
Item[GroupClaim] | Gets or sets the GroupClaim object that is equal to the specified GroupClaim object in this CorporateClaimUuidCollection collection. |
|
Item[Int32] | Gets or sets the Guid object that is equal to the specified index in this CorporateClaimUuidCollection collection. |
|
List | (Inherited from CollectionBase.) |
Methods
Name | Description | |
---|---|---|
Add(Guid) | Adds an item to the CorporateClaimUuidCollection. |
|
Add(TrustPolicyEntryBase) | Adds an item to the CorporateClaimUuidCollection. |
|
Clear() | (Inherited from CollectionBase.) |
|
Contains(Guid) | Determines whether the CorporateClaimUuidCollection contains a specific element. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetEnumerator() | (Inherited from CollectionBase.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
IndexOf(Guid) | Searches for the specified CorporateClaimUuidCollection and returns the zero-based index of the first occurrence within the entire collection. |
|
Insert(Int32, Guid) | Inserts an element into the CorporateClaimUuidCollection at the specified index. |
|
MemberwiseClone() | (Inherited from Object.) |
|
OnClear() | Performs additional custom processes when clearing the contents of the CorporateClaimUuidCollection instance.(Overrides CollectionBase.OnClear().) |
|
OnClearComplete() | (Inherited from CollectionBase.) |
|
OnInsert(Int32, Object) | (Inherited from CollectionBase.) |
|
OnInsertComplete(Int32, Object) | Performs additional custom processes after inserting a new element into the CorporateClaimUuidCollection instance.(Overrides CollectionBase.OnInsertComplete(Int32, Object).) |
|
OnRemove(Int32, Object) | (Inherited from CollectionBase.) |
|
OnRemoveComplete(Int32, Object) | Performs additional custom processes after removing an element from the CorporateClaimUuidCollection instance.(Overrides CollectionBase.OnRemoveComplete(Int32, Object).) |
|
OnSet(Int32, Object, Object) | (Inherited from CollectionBase.) |
|
OnSetComplete(Int32, Object, Object) | Performs additional custom processes after setting a value in the CorporateClaimUuidCollection instance.(Overrides CollectionBase.OnSetComplete(Int32, Object, Object).) |
|
OnValidate(Object) | Performs additional custom processes when validating a value.(Overrides CollectionBase.OnValidate(Object).) |
|
Remove(Guid) | Removes the first occurrence of a specific object from the CorporateClaimUuidCollection. |
|
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