Click or drag to resize

UpstreamApplicationIdentityProviderGetClaims Method

Get all active claims for the specified application

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IEnumerable<IClaim> GetClaims(
	string applicationName
)

Parameters

applicationName  String
The application name for which claims should be retrieved

Return Value

IEnumerableIClaim
The configured claims on the application

Implements

IApplicationIdentityProviderServiceGetClaims(String)
See Also