Click or drag to resize

UpstreamDeviceIdentityProviderGetClaims Method

Get all active claims for the specified device

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

Parameters

deviceName  String
The device name for which claims should be retrieved

Return Value

IEnumerableIClaim
The configured claims on the device

Implements

IDeviceIdentityProviderServiceGetClaims(String)
See Also