Click or drag to resize

BridgedSessionManagerAuthenticate Method

Authenticate based on session

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IPrincipal Authenticate(
	ISession session
)

Parameters

session  ISession
The session which is being sought for authentication

Return Value

IPrincipal
The authenticated principal

Implements

ISessionIdentityProviderServiceAuthenticate(ISession)
See Also