Click or drag to resize

DefaultUpstreamIntegrationServiceAuthenticateAsDevice Method

Get a IPrincipal representing the authenticated device with the upstream

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IPrincipal AuthenticateAsDevice(
	IPrincipal onBehalfOf = null
)

Parameters

onBehalfOf  IPrincipal  (Optional)

[Missing <param name="onBehalfOf"/> documentation for "M:SanteDB.Client.Upstream.Management.DefaultUpstreamIntegrationService.AuthenticateAsDevice(System.Security.Principal.IPrincipal)"]

Return Value

IPrincipal

[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Management.DefaultUpstreamIntegrationService.AuthenticateAsDevice(System.Security.Principal.IPrincipal)"]

Implements

IUpstreamIntegrationServiceAuthenticateAsDevice(IPrincipal)
See Also