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::FindFirst Method (String^)

.NET Framework (current version)
 

Retrieves the first claim with the specified claim type.

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

public:
virtual Claim^ FindFirst(
	String^ type
)

Parameters

type
Type: System::String^

The claim type to match.

Return Value

Type: System.Security.Claims::Claim^

The first matching claim or null if no match is found.

Exception Condition
ArgumentNullException

type is null.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Return to top
Show: