ClaimsIdentity.HasClaim Method
.NET Framework (current version)
Determines whether the claims identity possesses a claim that matches specified conditions.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | HasClaim(Predicate<Claim>) | Determines whether this claims identity has a claim that is matched by the specified predicate. |
![]() | HasClaim(String, String) | Determines whether this claims identity has a claim with the specified claim type and value. |
Show:
