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.

ClaimsPrincipal::FindFirst Method

.NET Framework (current version)
 

Retrieves the first claim that matches a specified condition.

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

NameDescription
System_CAPS_pubmethodFindFirst(Predicate<Claim^>^)

Retrieves the first claim that is matched by the specified predicate.

System_CAPS_pubmethodFindFirst(String^)

Retrieves the first claim with the specified claim type.

Return to top
Show: