ClaimsIdentityCollection Class
Windows Identity Foundation
Represents a collection of subjects.
Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Dim instance As ClaimsIdentityCollection
[SerializableAttribute] [DefaultMemberAttribute("Item")] public class ClaimsIdentityCollection : IList<IClaimsIdentity>, ICollection<IClaimsIdentity>, IEnumerable<IClaimsIdentity>, IEnumerable
/** @attribute SerializableAttribute() */
/** @attribute DefaultMemberAttribute("Item") */
public class ClaimsIdentityCollection implements IList<IClaimsIdentity>,
ICollection<IClaimsIdentity>, IEnumerable<IClaimsIdentity>, IEnumerable
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.