Click or drag to resize

BridgedSessionManagerEstablish Method

Establishes a session for the specified principal

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public ISession Establish(
	IPrincipal principal,
	string remoteEp,
	bool isOverride,
	string purpose,
	string[] scope,
	string lang
)

Parameters

principal  IPrincipal
The principal for which the session is to be established
remoteEp  String
The remote endpoint
isOverride  Boolean
True if the session is an override session
purpose  String
The purpose of the session
scope  String
The scope of the session (policies)
lang  String
The language for the session

Return Value

ISession
The session information that was established

Implements

ISessionProviderServiceEstablish(IPrincipal, String, Boolean, String, String, String)
See Also