 | ClaimMapperTryGetMapper Method |
Try to get a claim mapper for the tokenFormat
Namespace: SanteDB.Core.Security.ClaimsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic bool TryGetMapper(
string tokenFormat,
out IClaimMapper[] mapper
)
Public Function TryGetMapper (
tokenFormat As String,
<OutAttribute> ByRef mapper As IClaimMapper()
) As Boolean
public:
bool TryGetMapper(
String^ tokenFormat,
[OutAttribute] array<IClaimMapper^>^% mapper
)
member TryGetMapper :
tokenFormat : string *
mapper : IClaimMapper[] byref -> bool Parameters
- tokenFormat String
- The token format to retrieve the claim mapper for
- mapper IClaimMapper
- The mappers for the token type
Return Value
BooleanTrue if the token format mapper exists
See Also