ClaimsPrincipal.HasClaim Method (Predicate<Claim>)
.NET Framework (current version)
Determines whether any of the claims identities associated with this claims principal contains a claim that is matched by the specified predicate.
Assembly: mscorlib (in mscorlib.dll)
abstract HasClaim : match:Predicate<Claim> -> bool override HasClaim : match:Predicate<Claim> -> bool
Parameters
- match
-
Type:
System.Predicate<Claim>
The function that performs the matching logic.
| Exception | Condition |
|---|---|
| ArgumentNullException | match is null. |
Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Available since 10
.NET Framework
Available since 4.5
Show: