Click or drag to resize

SanteDBClaimsPrincipal.FindFirst Method

Finds the specified claim.

Namespace:  SanteDB.Core.Security.Claims
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public IClaim FindFirst(
	string claimType
)

Parameters

claimType
Type: System.String
Claim type.

Return Value

Type: IClaim
The claim.

Implements

IClaimsPrincipal.FindFirst(String)
See Also