Membres ClaimsIdentityCollection
Represents a collection of subjects.
Les tableaux suivants répertorient les membres exposés par le type ClaimsIdentityCollection.
Public Constructeurs
Nom | Description | |
---|---|---|
ClaimsIdentityCollection | Surchargé. Creates an instance of ClaimsIdentityCollection. |
Haut
Public Propriétés
Nom | 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. |
Haut
Public Méthodes
(voir également Protégé Méthodes)
Nom | 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 | Surchargé. (hérité de Object) | |
GetEnumerator | Gets an enumerator for the collection. | |
GetHashCode | (hérité de Object) | |
GetType | (hérité de Object) | |
IndexOf | Determines the index of a specific IClaimsIdentity object. | |
Insert | Inserts a T:Microsoft.IdentityModel.Claims.IClaimsIdentity at the specified index. | |
ReferenceEquals | (hérité de Object) | |
Remove | Removes the specified T:Microsoft.IdentityModel.Claims.IClaimsIdentity. | |
RemoveAt | Removes the IClaimsIdentity at the specified index. | |
ToString | (hérité de Object) |
Haut
Protégé Méthodes
Nom | Description | |
---|---|---|
Finalize | (hérité de Object) | |
MemberwiseClone | (hérité de Object) |
Haut
Implémentation d'interface explicite
Nom | Description | |
---|---|---|
System.Collections.IEnumerable.GetEnumerator |
Haut
Voir aussi
Référence
Classe ClaimsIdentityCollection
Espace de noms Microsoft.IdentityModel.Claims
Copyright © 2008 Microsoft Corporation.Tous droits réservés.