Membres ClaimCollection
Represents a collection of claims.
Les tableaux suivants répertorient les membres exposés par le type ClaimCollection.
Public Constructeurs
Nom | Description | |
---|---|---|
ClaimCollection | Initializes an instance of a ClaimCollection with the associated subject. |
Haut
Public Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of Claim objects available in this collection. | |
IsReadOnly | Gets whether this collection is read-only. | |
Item | Gets or sets the element at the specified index of the ClaimCollection. |
Haut
Public Méthodes
(voir également Protégé Méthodes)
Nom | Description | |
---|---|---|
Add | Adds a Claim to this collection, detaching it from its current collection. | |
AddRange | Adds a set of Claims to the collection. | |
Clear | Removes all Claims from this collection. | |
Contains | Checks whether the given claim is in the collection. | |
CopyRange | Adds a set of Claim objects to the collection without modifying the source objects. | |
CopyTo | Copies the given set of Claims from the given array starting at arrayIndex. | |
CopyWithSubject | Returns a new ClaimCollection object copied from this object. | |
Equals | Surchargé. (hérité de Object) | |
Exists | Determines whether the ClaimCollection contains elements that match the conditions defined by the specified predicate. | |
FindAll | Retrieves an ICollection<Claim> containing all the elements that match the conditions defined by the specified predicate. | |
GetEnumerator | Gets an enumerator for the ClaimCollection. | |
GetHashCode | (hérité de Object) | |
GetType | (hérité de Object) | |
IndexOf | Determines the index of a specific Claim object in the ClaimCollection. | |
Insert | Inserts a Claim in the ClaimCollection at a specified index. | |
ReferenceEquals | (hérité de Object) | |
Remove | Removes a claim from the ClaimCollection. | |
RemoveAt | Removes a claim from the ClaimCollection 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 ClaimCollection
Espace de noms Microsoft.IdentityModel.Claims
Copyright © 2008 Microsoft Corporation.Tous droits réservés.