ClaimsIdentity.FindAll Method (String)
.NET Framework (current version)
Retrieves all of the claims that have the specified claim type.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- type
-
Type:
System.String
The claim type against which to match claims.
Return Value
Type: System.Collections.Generic.IEnumerable(Of Claim)The matching claims. The list is read-only.
| Exception | Condition |
|---|---|
| ArgumentNullException | type is null. |
The comparison is made using Ordinal case in-sensitive on type.
Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Available since 10
.NET Framework
Available since 4.5
Show: