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.