ClaimsIdentity.HasClaim Method (Predicate(Of Claim))
.NET Framework (current version)
Determines whether this claims identity has a claim that is matched by the specified predicate.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- match
-
Type:
System.Predicate(Of 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: