ClaimsPrincipal.FindAll Method (String)
.NET Framework (current version)
Retrieves all or 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.
| Exception | Condition |
|---|---|
| ArgumentNullException | type is null. |
Returns claims from all identities associated with the claims principal. 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: