FormsIdentity::HasClaim Method

.NET Framework (current version)
 

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodHasClaim(Predicate<Claim^>^)

Determines whether this claims identity has a claim that is matched by the specified predicate.(Inherited from ClaimsIdentity.)

System_CAPS_pubmethodHasClaim(String^, String^)

Determines whether this claims identity has a claim with the specified claim type and value.(Inherited from ClaimsIdentity.)

Return to top
Show: