Represents a collection of subjects.
В следующей таблице перечислены члены, предоставляемые типом ClaimsIdentityCollection.
Открытый Конструкторы
Имя | Описание | |
---|---|---|
ClaimsIdentityCollection | Перегружено. Creates an instance of ClaimsIdentityCollection. |
Открытый Свойства
Имя | Описание | |
---|---|---|
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. |
Открытый Методы (см. также Защищенный Методы)
Имя | Описание | |
---|---|---|
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 | Перегружено. (унаследовано от Object) | |
GetEnumerator | Gets an enumerator for the collection. | |
GetHashCode | (унаследовано от Object) | |
GetType | (унаследовано от Object) | |
IndexOf | Determines the index of a specific IClaimsIdentity object. | |
Insert | Inserts a T:Microsoft.IdentityModel.Claims.IClaimsIdentity at the specified index. | |
ReferenceEquals | (унаследовано от Object) | |
Remove | Removes the specified T:Microsoft.IdentityModel.Claims.IClaimsIdentity. | |
RemoveAt | Removes the IClaimsIdentity at the specified index. | |
ToString | (унаследовано от Object) |
Защищенный Методы
Имя | Описание | |
---|---|---|
Finalize | (унаследовано от Object) | |
MemberwiseClone | (унаследовано от Object) |
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
System.Collections.IEnumerable.GetEnumerator |
См. также
© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.