Click or drag to resize

SanteDBClaimsPrincipalFindFirst 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: SystemString
Claim type.

Return Value

Type: IClaim
The claim.

Implements

IClaimsPrincipalFindFirst(String)
See Also