ClaimsIdentity.FindFirst Method
.NET Framework (current version)
Retrieves the first claim that matches a specified condition.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | FindFirst(Predicate(Of Claim)) | Retrieves the first claim that is matched by the specified predicate. |
![]() | FindFirst(String) | Retrieves the first claim with the specified claim type. |
Show:
