ClaimsIdentity.HasClaim Method
.NET Framework 4.5
Determines whether the claims identity possesses a claim that matches specified conditions.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |