Represents a collection of subjects.
The following tables list the members exposed by the ClaimsIdentityCollection type.
Public Constructors
Name | Description | |
---|---|---|
ClaimsIdentityCollection | Overloaded. Creates an instance of ClaimsIdentityCollection. |
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements in the collection. | |
IsReadOnly | Gets whether the collection is read-only. | |
Item | Gets or sets the element at the specified index of the collection. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Add | Adds the specified IClaimsIdentity to the collection. | |
AddRange | Adds the specified collection of IClaimsIdentity to the collection. | |
Clear | Clears the collection. | |
Contains | Checks whether the given IClaimsIdentity is in the collection. | |
Copy | Returns a new T:Microsoft.IdentityModel.Claims.ClaimsIdentityCollection object copied from this object | |
CopyTo | Copies the given set of IClaimsIdentity from the given array starting at arrayIndex. | |
Equals | Overloaded. (Inherited from Object) | |
GetEnumerator | Gets an enumerator for the collection. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
IndexOf | Determines the index of a specific IClaimsIdentity object. | |
Insert | Inserts a T:Microsoft.IdentityModel.Claims.IClaimsIdentity at the specified index. | |
ReferenceEquals | (Inherited from Object) | |
Remove | Removes the specified T:Microsoft.IdentityModel.Claims.IClaimsIdentity. | |
RemoveAt | Removes the IClaimsIdentity at the specified index. | |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.IEnumerable.GetEnumerator |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.