ClaimsIdentityCollection Members
Represents a collection of subjects.
In den folgenden Tabellen sind die Mitglieder aufgeführt, die durch den Typ ClaimsIdentityCollection eingeblendet werden:
Öffentlich Konstruktoren
Name | Beschreibung | |
---|---|---|
ClaimsIdentityCollection | Überladen. Creates an instance of ClaimsIdentityCollection. |
Seitenanfang
Öffentlich Eigenschaften
Name | Beschreibung | |
---|---|---|
![]() |
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. |
Seitenanfang
Öffentlich Methoden
(siehe auch Geschützt Methoden)
Name | Beschreibung | |
---|---|---|
![]() |
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 | Überladen. (Geerbt von Object) |
![]() |
GetEnumerator | Gets an enumerator for the collection. |
![]() |
GetHashCode | (Geerbt von Object) |
![]() |
GetType | (Geerbt von Object) |
![]() |
IndexOf | Determines the index of a specific IClaimsIdentity object. |
![]() |
Insert | Inserts a T:Microsoft.IdentityModel.Claims.IClaimsIdentity at the specified index. |
![]() ![]() |
ReferenceEquals | (Geerbt von Object) |
![]() |
Remove | Removes the specified T:Microsoft.IdentityModel.Claims.IClaimsIdentity. |
![]() |
RemoveAt | Removes the IClaimsIdentity at the specified index. |
![]() |
ToString | (Geerbt von Object) |
Seitenanfang
Geschützt Methoden
Name | Beschreibung | |
---|---|---|
![]() |
Finalize | (Geerbt von Object) |
![]() |
MemberwiseClone | (Geerbt von Object) |
Seitenanfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
System.Collections.IEnumerable.GetEnumerator |
Seitenanfang
Siehe auch
Referenz
ClaimsIdentityCollection Class
Microsoft.IdentityModel.Claims Namespace
Copyright © 2008 by Microsoft Corporation. Alle Rechte vorbehalten.