ClaimsPrincipal.Identities Property
.NET Framework (current version)
Gets a collection that contains all of the claims identities associated with this claims principal.
Assembly: mscorlib (in mscorlib.dll)
abstract Identities : IEnumerable<ClaimsIdentity> with get override Identities : IEnumerable<ClaimsIdentity> with get
Property Value
Type: System.Collections.Generic.IEnumerable<ClaimsIdentity>The collection of claims identities.
In the common case, the collection contains only a single element.
It is possible for the collection to contain some elements which are null.
Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Available since 10
.NET Framework
Available since 4.5
Show: