Click or drag to resize

BridgedSessionManagerGet Method

Authenticates the session identifier as evidence of session

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public ISession Get(
	byte[] sessionId,
	bool allowExpired = false
)

Parameters

sessionId  Byte
The session identiifer to be authenticated. This value is just the identifier, without any signatures attached.
allowExpired  Boolean  (Optional)
When true, allows the retrieval of expired session

Return Value

ISession
The authenticated session from the session provider

Implements

ISessionProviderServiceGet(Byte, Boolean)
See Also