Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ClaimsIdentity::FindAll Method

.NET Framework (current version)
 

Retrieves all of the claims that match a specified condition.

Namespace:   System.Security.Claims
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodFindAll(Predicate<Claim^>^)

Retrieves all of the claims that are matched by the specified predicate.

System_CAPS_pubmethodFindAll(String^)

Retrieves all of the claims that have the specified claim type.

Return to top
Show:
© 2017 Microsoft