Click or drag to resize

ClaimMapperTryGetMapper Method

Try to get a claim mapper for the tokenFormat

Namespace: SanteDB.Core.Security.Claims
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public bool TryGetMapper(
	string tokenFormat,
	out IClaimMapper[] mapper
)

Parameters

tokenFormat  String
The token format to retrieve the claim mapper for
mapper  IClaimMapper
The mappers for the token type

Return Value

Boolean
True if the token format mapper exists
See Also